what happens when the command is invoked?

Val has gathered information about the data stored in her home directory using the following
command line.
$ du -sk * | sort -n | tail > file2
Which answer correctly describes what happens when the command is invoked?

Val has gathered information about the data stored in her home directory using the following
command line.
$ du -sk * | sort -n | tail > file2
Which answer correctly describes what happens when the command is invoked?

A.
The tail command redirects stdin to file2

B.
The sort command redirects stdout to the du command

C.
The stdout from the du command is sent to the sort command

D.
The stderr from the tail command will be sent to file2

Explanation:



Leave a Reply 0

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