Assignments
Assignment #1
You can access this quiz here - ~/quiz/01
For each for the following instructions, write the equivalent command to be typed on the terminal:
- Change directory to the home directory
- Create a file called hello.txt and with the content
hello Bash! - Create a directory named
helloin thehomedirectory - Copy the
hello.txtfile created above to thehellofolder - Delete the original
hello.txtfile, the one at home i.e.~/hello.txt
*Note: * Do all the above commands without changing directory (cd) from
home(~), hence all the questions above should have only one command as the answer.
Other Assignments
Other assignments can be found on our GitHub repo.