#Day 3 Basic Linux commands
Display the text inside the file - cat command
syntax: cat filename.txt
Check which commands the user has run till now -
syntax: history
Remove a directory(rm -r) -
To remove an empty directory rm -r, where -r is for recursively
syntax: rm -r dir_n...
aljozy.hashnode.dev1 min read