#linux
Read more stories on Hashnode
Articles with this tag
Linux(Solving Questions) To view what's written in a file. We can use the "cat" command to view the contents of the file. cat <path_of_file> To...
Basics Linux Commands ls #->list file and directories. ls-l #->list the contents. ls-a #->list the files and directories included hidden...