Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write all bash and POSIX builtins #11

Open
myzhang1029 opened this issue Apr 29, 2020 · 1 comment
Open

Write all bash and POSIX builtins #11

myzhang1029 opened this issue Apr 29, 2020 · 1 comment

Comments

@myzhang1029
Copy link
Owner

No description provided.

myzhang1029 added a commit that referenced this issue Nov 20, 2020
Next todo: path search

Signed-off-by: Zhang Maiyun <[email protected]>
@myzhang1029
Copy link
Owner Author

myzhang1029 commented Nov 20, 2020

Global TODO: Use getopt

  • .
  • :
  • alias
  • bg
  • bind
  • break
  • builtin
  • case
  • cd (TODO)
  • chdir
  • command
  • continue
  • declare
  • do
  • done
  • echo
  • elif
  • else
  • esac
  • eval
  • exec
  • exit
  • export
  • false
  • fc
  • fg
  • fi
  • for
  • getopts
  • getstat
  • hash (TODO)
  • help
  • history (TODO: history is evil #16)
  • if
  • jobid
  • jobs
  • local
  • logout
  • popd
  • pushd
  • pwd (TODO)
  • quit
  • read
  • readonly
  • return
  • set
  • setvar
  • shift
  • source
  • test
  • then
  • times
  • trap
  • true
  • type
  • ulimit
  • umask
  • unalias
  • unset
  • until
  • wait
  • which
  • while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant