Multiple choice technology operating systems

which Command is used to Display the contents of a file.

  1. SHOW

  2. TYPE

  3. READ

  4. VER

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The TYPE command displays the contents of a text file on screen. Unlike EDIT or COPY, TYPE simply streams the file contents to standard output without modification, making it useful for quick file viewing.