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 of the following commands is used to identify the type of file by context? file more ls cat file more ls cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? None of these bof head - r eof tail None of these bof head - r eof tail 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? -l -b -d None of these -r -l -b -d None of these -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? kill None of these +(m+l).n #NAME? kill None of these +(m+l).n #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? None of these R S j rch None of these R S j rch ANSWER DOWNLOAD EXAMIANS APP