Answer Posted / linuxdemon
This command is used to read input from stdin and write to
both the file and stdout.
eg: tee -a oldfilename
type the contents
ctrl+D
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which command will print your home directory on screen?
What does 'mkdir' command do in UNIX?
What does touch command do in unix?
What is the command to find hidden files in the current directory?
What does sed command do in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I search for text in vi?
Differentiate cat command from more command.
How to display no of records in oracle using unix command?
What does this command do,"$more readme.txt“?
What does awk stand for?
What does find command return in unix?
How do I search for a file in unix command?
Write a command that will display files in the current directory, in a colored, long format.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?