##Day 3 Task: Basic Linux Commands
Task: What is the Linux command to
To view what's written in a file.
command:cat <file name.txt>
To check which commands you have run till now.
command:history
To remove a directory/ Folder.
command:rmdir <folder name>
To Remove a file
...
amanmulla.hashnode.dev2 min read