PAGETURNER
BOX
REVIEW
GO
Saving the names of current users in a file review, - 1.7.5.0.1
To save the names of the current users of the system in a file
called users, the command using output redirection is:
_____ ___ _______?
Answer here:
That is correct!
You've got it on the 2nd try.
Good, you understand the concept!
Sorry, try again.
No, try one more time.
Please review Topic 4: File Input/Output Redirection
FORGET1
The correct command is who > users .
rescan < file_in > file_out command review, - 1.7.5.0.2
Input output redirection
The command that would use the contents of the file file_in
as input to the program rescan and send the result to the
file file_out is: ________________________.
Answer here:
That is correct!
You've got it on the 2nd try.
Good, you understand the concept!
Sorry, try again.
No, try one more time.
Please review Topic 4: File Input/Output Redirection
FORGET2
The correct answer is rescan < file_in > file_out .