Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Unix
The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is
tee
tr
sort
grep
None of the above
Correct Answer:
tee
Explanation:
The tee command reads standard input, then writes its content to standard output and simultaneously copies it into the specified file(s) or variables.
← Previous Question
Next Question→
More Questions from
Unix
Which of the following files will displayed by this command cat *ch*
Which of the following keys is used to replace a single character with new text?
Which command is used to display the top of the file?
Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3?
Which of the following commands is used to display your working directory?
Which of the following directories contain all the Alias created by a user, including his login directory?
Which of the following commands is used to obtain a list of all files by modification time?
Which symbol will be used with grep command to match the pattern pat at the beginning of a line?
The agency that sits between the user and the UNIX system is called the
Which command is used to remove the read permission of the file 'note' from both the group and others?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments