#trainwithshubham
Read more stories on Hashnode
Articles with this tag
What is Shell? The shell is the command line interpreter. It translates commands entered by the user and converts them into a language that is...
cat <file_name>: This command is used to view what's written in a file cat -n <file_name>: This adds line numbers to all lines To change the...