Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ts sm ai ic ts sm ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? tch None of these fch rch ech tch None of these fch rch ech ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rdir rd rmdir dldir rdir rd rmdir dldir 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?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat$ ^pat pat^ $pat pat$ ^pat pat^ $pat ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? w d s r w d s r ANSWER DOWNLOAD EXAMIANS APP