>Usage
The cat command is primarily used to concatenate(link together) and display the contents of files. It is useful for viewing file contents, combining files, and creating new files.
>Synopsis
cat [option] file
>Options
Displaying File Contents: the cat command displays the contents of a file to the terminal. E.g (cat file1.txt) This command displays the contents of file1.txt.
Example:
-zsh
> cat file1.txt
Hello, this is file1.txt! It contains some text data.
>Quiz
Progress:
Question ? out of ?