Vypsat content souborů
cat testfile.txt
cat textfile.txt textfile2.txt
cat textfile.txt textfile2.txt > combinedtext.txt
cat -n textfile.txt
> 1. ---
> 2. ---cat testfile.txt
cat textfile.txt textfile2.txt
cat textfile.txt textfile2.txt > combinedtext.txt
cat -n textfile.txt
> 1. ---
> 2. ---