🎴 Flashcard Mode

Operating System Commands Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

_____ Compares two files and displays the differences between them

AnswerClick to flip back
A
fc
💡 Explanation:

fc (file compare) is the Windows command that compares two files and displays their differences line by line. Options A, B, and D are not standard Windows commands. While 'diff' exists in Unix, Windows uses fc. The name fc is short for 'file compare'.

Change Mode