Which command displays comma for thousand separating on file size while listing?
A
Dir/w
B
Dir/s
C
Dir/b
D
Dir/c
Correct Answer: Dir/c
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.