Unix Which command is used with vi editor to move the cursor to the left? h k i j None of these h k i j None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? q! :w :x None of these :q q! :w :x None of these :q 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^ None of these $pat pat$ ^pat pat^ None of these $pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. ) { } ( ) { } ( 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