Cheatsheet & Examples: cat
cat command is used to read, concatenate, and display the content of files in the terminal. It can also be used to create, view, or merge files.
Display file contents
Example Usage:
cat filename
What it does:
Prints the content of the specified file ...
tech.mrleong.net2 min read