🎴 Flashcard Mode

Unix/Linux System Commands Quiz

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Command used to display the contents of the file in reverse order.

AnswerClick to flip back
A
tac
💡 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.

Change Mode