Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr tee sort grep tr tee sort grep 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
Unix The command used to compare the files is known as comp ccp do cmp comp ccp do cmp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst None of these cut sales empl.lst /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst None of these cut sales empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? None of these h k i j None of these h k i j ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nm nu ic li nm nu ic ANSWER DOWNLOAD EXAMIANS APP