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
AnswerAnswer: 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.