"DevOps Odyssey": Day 3 - Basic Linux Commands
Jul 21, 2023 · 4 min read · 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: ...
Join discussion