Day3-The Linux Command Center
◆How to view what's written in a file?You can view the content by simply entering the ‘cat’ command in the terminal and pressing Enter.
Syntax: cat file_name
ls command is used to display all files and directories in the current location.
◆ How to c...
deepika96.hashnode.dev2 min read