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 option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -r None of these -d -l -b -r None of these -d -l -b ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? ^pat $pat pat$ pat^ ^pat $pat pat$ pat^ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? au ps pid du au ps pid du ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat :pat All of these /pat ?pat :pat All of these /pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? bof head - r tail eof None of these bof head - r tail eof None of these ANSWER DOWNLOAD EXAMIANS APP