Day 3 Task: Basic Linux Commands
To view the content of the file we use the cat command
To check which commands you have run till now we use the history command
To remove a directory /file
For removing the file we use the rm command
For removing the directory we use rmdir -r
Sho...
manasaj.hashnode.dev2 min read