Reverse a File
Tagged with: cat, command, file, Linux, reverse, tac, text
Tuesday, February 5th, 2008 12:19 AM
This commands reverses a file in linux - the last line will be the first…
tac file.txt
tac = reverse of cat
This commands reverses a file in linux - the last line will be the first…
tac file.txt
tac = reverse of cat
This is how you concatinate multiple files in linux…
cat file1 file2 file3 > final_file