Unix Which of the following keys is used to move the cursor to the end of the paragraph. { } ( ) { } ( ) ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols None of these < symbols > symbols >> symbols None of these < symbols > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? dldir rdir rmdir rd dldir rdir rmdir rd ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? pwd dir path prompt $p$g pwd dir path prompt $p$g ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s A S a s A S a ANSWER DOWNLOAD EXAMIANS APP