Create a script that is the reverse of ‘cat’ in that it will print the lines from a given input file in reverse order: $ cat input.txt foo bar baz quux $ ./tac.pl6 input.tx...