Day 3 Task: Basic Linux Commands
To view what's written in a file.
You can use the cat command to view the contents of a file in the terminal. The basic syntax is:
Replace "filename" with the actual name of the file you want to view. For example, to view the contents of a file n...
anushanayak.hashnode.dev7 min read