Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? +(m+l).n kill #NAME? None of these +(m+l).n kill #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? None of these tee grep cat more None of these tee grep cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? grep more cat head grep more cat head ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? chdir cd cd/ None of these cd .. chdir cd cd/ None of these cd .. ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch All of these .ch catch patch All of these .ch catch 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 None of these /sales > empl.lst cut sales empl.lst grep sales empl.lst cat | /sales > empl.lst None of these /sales > empl.lst cut sales empl.lst grep sales empl.lst ANSWER DOWNLOAD EXAMIANS APP