-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Yoma edited this page Jul 4, 2022
·
7 revisions
- Not interpret
\
;
- Use readline library
- Redirections
>
>>
<
<<
- Pipe
|
- Priorities
&&
||
- Wildcard
*
for the current working directory - Environment variables
- Signal
ctrl-C
ctrl-D
ctrl-\
- Implement Builtins
echo
cd
pwd
export
unset
env
exit