cat

Concatenate and display files

← All commands

Common Examples

$ cat file
$ cat file1 file2 > combined
$ cat -n file (numbered)
$ cat << EOF > file