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 list out all the hidden files along with the other files? ls -x ls -a ls -F ls -l ls -x ls -a ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? pid None of these #NAME? -r option pid None of these #NAME? -r option ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols None of these < symbols > symbols >> symbols None of these < symbols > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? C R v None of these u C R v None of these u 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 cut sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst grep sales empl.lst cut sales empl.lst None of these cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP