Unix Which of the following command is used to go to home directory? cd/ cd cd.. cd HOME. None of these cd/ cd cd.. cd HOME. None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? head - r eof tail bof None of these head - r eof tail bof None of these 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 all the lines with the string 'sales' from the file 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 cat | /sales > empl.lst None of these /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols < symbols > symbols None of these >> symbols < symbols > symbols None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP