List all the files in your directory in decreasing order of file size.
What will be an ideal response?
This one can be done with just the ls command, actually:
ls -S
And for bonus points, add the -s flag to have size (in blocks) shown.
Computer Science & Information Technology
You might also like to view...
Which keyboard shortcut puts the user in cell edit mode?
A) Shift F3 B) F3 C) F2 D) Shift F2
Computer Science & Information Technology
By routing the output to a __________, a permanent copy (called a hard copy) is obtained.
a. display screen b. LCD screen c. printer d. keyboard
Computer Science & Information Technology