Multiple choice technology operating systems which Command is used to Display the contents of a file. SHOW TYPE READ 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.