Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? None of these #NAME? kill +(m+l).n None of these #NAME? kill +(m+l).n ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cat | /sales > empl.lst cut sales empl.lst /sales > empl.lst None of these grep sales empl.lst cat | /sales > empl.lst cut sales empl.lst /sales > empl.lst None of these grep sales empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is halt sleep grep None of these mesg halt sleep grep None of these mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile wc infile - newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls -F -x ls ~ x Ip ls -l ls -F -x ls ~ x Ip ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to print a file None of these copy a file display a file capture a file print a file None of these copy a file display a file capture a file ANSWER DOWNLOAD EXAMIANS APP