Unix Which command is used with vi editor to save file and remain in the editing mode? :q None of these :x q! :w :q None of these :x q! :w ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] * ? None of these [ijk] [!ijk] * ? None of these [ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod ugo+x note chmod u+x note chmod g+x note chmod u+w note chmod ugo+x note chmod u+x note chmod g+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? None of these a A i I None of these a A i I ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? None of these head - r tail eof bof None of these head - r tail eof bof ANSWER DOWNLOAD EXAMIANS APP