Linux command: cat
cat
concatenate files and print on the standard output
Usage
Used to verify the contents of a file.
Options
| Useful options | Usage |
|---|---|
| -A | The same results as -vET. |
| -v | Prints strings that are not originally printed separately in the form of ^ and M-. |
| -E | Prints $ at the end of each line. |
| -T | Prints TAB in the form of ^l. |
Examples
-
cat
-
cat -A