nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

implement (naive) `exec` builtin command #36

Closed KeenS closed 2 years ago

KeenS commented 2 years ago

This P-R partially implements exec command. It only supports exec cat maggie syntax and doesn't exec 3< readfile.

See also https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exec

nuta commented 2 years ago

Thank you again @KeenS!