Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is grep tr tee sort grep tr tee sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. grep write mail mesg grep write mail mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? R s S r R s S r ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -2 -1 -4 #NAME? -2 -1 -4 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm * rm all rm -r * None of these rm *.* rm * rm all rm -r * None of these rm *.* ANSWER DOWNLOAD EXAMIANS APP