OpenMay 10, 2023
Overdue by 2 year(s)
•Due by May 17, 2023
•Last updated Simple shell 1.0 +
Implement the builtin command cd:
Changes the current directory of the process.
Command syntax: cd [DIRECTORY]
If no argument is given to cd the command must be interpreted like cd $HOME
You have to handle the command cd -
You have to update the environment variable PWD when you change directory
man chdir, man getcwd
0% complete
List view
0 issues of 6 selected
- Status: Open.#31 In Fuzzworth/simple_shell;
- Status: Open.#32 In Fuzzworth/simple_shell;
- Status: Open.#33 In Fuzzworth/simple_shell;
- Status: Open.#34 In Fuzzworth/simple_shell;
- Status: Open.#36 In Fuzzworth/simple_shell;
- Status: Open.#35 In Fuzzworth/simple_shell;