Which answer correctly describes the output of this command line?

Val is using the du command to gather information about data stored in her home directory.
$ du -sk * | sort -n | tail > file2
Which answer correctly describes the output of this command line?

Val is using the du command to gather information about data stored in her home directory.
$ du -sk * | sort -n | tail > file2
Which answer correctly describes the output of this command line?

A.
The 10 largest files will be listed by size and written to file2

B.
The 10 smallest files will be listed by size and written to file2

C.
The oldest 10 files will be listed by date and written to file2

D.
The 10 most recent files will be listed by date and written to file2

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *