e6a80309e0
Also updated the script that counts questions to actually update the number in README.md
371 B
371 B
Navigation
Requirements
- Linux :)
Objectives
- Change directory to
/tmp
- Move to parent directory
- Change directory to home directory
- Move to parent directory
- Move again to parent directory
- Where are you at? Verify with a command
- Change to last visited directory
Solution
cd /tmp
cd ..
cd ~
cd ..
cd ..
# root (/)
pwd
cd -