Just like the normal cat command, we can write, read, copy and do all the same that cat can do with files, just having some small differences, below you will see what the use would be like with the cat command and what it would be like using this
- cat newfile.txt | cat *.txt
- snake rf newfile.txt | snake rf *.txt
- cat > newfile.txt
- snake wf newfile.txt
- cat newfile.txt > copyofnewfile.txt
- snake cf newfile.txt copyofnewfile.txt
- cat file1.txt file2.txt file3.txt file4.txt > newfile.txt
- snake mixf file1.txt file2.txt file3.txt file4.txt newfile.txt
- cat -E file.txt
- snake end file.txt
- cat -n file.txt
- snake lines file.txt