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