Day 3 Task: Basic Linux Commands
Command to view what's written inside a file?
cat <filename>
The "cat" command shows the content written inside the file.
Example:
Suppose, we have one file named "file1.txt" and inside this file "Hello DevOps" is written. So, to view what is writte...
madhup.hashnode.dev3 min read