Builtins #24
Labels
L1: enhancement
New feature or request
L2: good first issue
Good for newcomers
T: semantics
Topic: Program evaluation issues or features
Milestone
We need to support the standard set of builtins. This issue can be thought of as a meta card for each of the builtins we'll need.
Reference 2.14. Special Built-In Utilities in the POSIX standard.
.
:
alias
bg
(see Background Jobs #6)cd
exit
false
(just use one in$PATH
?)fc
fg
(see Background Jobs #6)set
/unset
export
getopts
hash
jobs
(see Background Jobs #6)kill
(see Background Jobs #6)newgrp
pwd
(just use one in$PATH
? Yes.)read
type
true
(just use one in$PATH
?)umask
unalias
wait
(see Background Jobs #6)trap
(see Signals #23)times
(alias/ortime
)The text was updated successfully, but these errors were encountered: