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

The Office 365 subscription provides access to most Office applications wherever you are working.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a standard incident response process, which of the following steps happens after investigation?

A. Identification B. Containment C. Eradication D. Evidence gathering

Computer Science & Information Technology

For a list of length n, insertion sort makes ____ key comparisons, in the worst case.

A. n(n - 1)/4 B. n(n - 1)/2 C. n2 D. n3

Computer Science & Information Technology

SCSI is a ____ interface and not just an interface technique for hard disk drives.?

A. ?systems B. ?terminal C. ?server D. ?driver

Computer Science & Information Technology