Unix In vi editor, forward search is performed using the command. :pat All of these /pat ?pat :pat All of these /pat ?pat ANSWER DOWNLOAD EXAMIANS APP
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 sort tee tr grep sort tee tr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? tail bof head - r None of these eof tail bof head - r None of these eof ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od of oct cd od of oct cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -c wc -r wc -l None of these wc -w wc -c wc -r wc -l None of these wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP