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 command is used with vi editor to search a pattern in the forward direction? ?? // / ? ?? // / ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these 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? None of these #NAME? +(m+l).n kill None of these #NAME? +(m+l).n kill ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | ws -c ls | wc ls -l | wc -l ls | wc -w ls | ws -c ls | wc ls -l | wc -l ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? R r c C R r c C ANSWER DOWNLOAD EXAMIANS APP