Command
catExplanation
cat is used to display file contents. It displays the contents of the file.
Examples
Show file contents
cat file.txtCombine files
cat file1.txt file2.txt > combined.txtMore
List Directory Contents
linux
List files and directories in the current or specified directory with various formatting options.
Create File or Update Timestamps
linux
Create new empty files or update existing file timestamps.
Print Working Directory
linux
Display the full path of the current working directory.