PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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


Leave a Reply