clemdemort, 1 year ago cat is actually used to concatenate files so if you have two files that you want to merge into a third one you can do cat file1 file2 > file3 Especially useful for cracking old games
cat is actually used to concatenate files so if you have two files that you want to merge into a third one you can do
cat file1 file2 > file3
Especially useful for cracking old games