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 is used with vi editor to save file and remain in the editing mode? :x None of these q! :q :w :x None of these q! :q :w 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 /sales > empl.lst cat | /sales > empl.lst None of these grep sales empl.lst cut sales empl.lst /sales > empl.lst cat | /sales > empl.lst None of these grep sales empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* .ch patch catch All of these .ch patch catch All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -r -d -l None of these -b -r -d -l None of these -b ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin None of these mv *.* /bin/ mv * ../bin *.* mv * /bin/* mv * ../bin None of these mv *.* /bin/ mv * ../bin *.* mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP