Unix Which command is used to sort the lines of data in a file in reverse order sh st sort -r sort sh st sort -r sort 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? cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? cd HOME. None of these cd/ cd.. cd cd HOME. None of these cd/ cd.. cd ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat /pat :pat All of these ?pat /pat :pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat grep touch wc cat grep touch wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? $pat pat$ ^pat pat^ None of these $pat pat$ ^pat pat^ None of these ANSWER DOWNLOAD EXAMIANS APP