Linux - Reverse a file using tac command, Print a file as seen in mirror
Reverse a file using tac command
How do I print a file in reverse order?tac -r -s "." FILENAME
Example:
Lets consider a file print_reverse.sh
cat print_reverse.sh for x in $(grep -r "isam" test) do echo $x done
tac -r -s "." print_reverse.sh eno dx$ ohc eo d)tset "masi" r- perg($ ni x ro
The topic on Linux - Reverse a file using tac command is posted by - Math
Hope you have enjoyed, Linux - Reverse a file using tac commandThanks for your time