Vidyalelo
Computer Science · Q13

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 13

Q13

Which command displays comma for thousand separating on file size while listing?

A.
Dir/w
B.
Dir/s
C.
Dir/b
D.
Dir/c
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Using comma for separating thousand in file size is by default on. You can use dir/-c to remove comma from the listing. /C stands for comma.