Basic Commands of Bash
Basic Commands of Bash
Used Command: ls
Making Directory:
Then I have created a directory named "2021-CS-8".
Used Command: mkdir 2021-CS-8
Displaying Message:
After completing my all parts of task1, I have displayed thankyou message.
Used Command: echo Thank you
Task2:
Part4:
At the end, I have append the output of ls command to created file "19f-XXXX_OS-lab_rules.txt".
Used Command: ls -l 19f-XXXX_OS-lab_rules.txt >> 19f-XXXX_OS-lab_rules.txt