Multiple choice technology operating systems Command used to display the contents of the file in reverse order. tac cat tail -f <filename> head Reveal answer Fill a bubble to check yourself A Correct answer Explanation The tac command (cat spelled backwards) displays file contents in reverse order, line by line. Unlike cat (normal order), head (first lines), or tail -f (live monitoring), tac is specifically designed for reverse-order output.