Multiple choice

Which of the following commands is used in MS-DOS to view the name of the file or directory which starts with the letter 'A'?

  1. dir

  2. dir/p

  3. dir a*

  4. dir *a

  5. dir/w

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

This command will perform pattern matching in dos and display the list according to it.