Which command displays comma for thousand separating on file size while listing?
Which command displays comma for thousand separating on file size while listing? 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.