"DevOps Odyssey": Day 3 - Basic Linux Commands
Commands and Usage
View what's written in a file
cat: The cat command is used to concatenate and display the contents of one or more files. It is commonly used to view the contents of a file.
cat -b: This adds line numbers to non-blank lines
cat -n: ...
nithyanatarajan.hashnode.dev4 min read