Unix The cp command uses: neither standard input nor standard output file standard input file standard output file both input and output file neither standard input nor standard output file standard input file standard output file both input and output file 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[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -x ls -F ls -l -d ls -l ls -x ls -F ls -l -d ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? oct od of cd oct od of cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? st sort -r sort None of these sh st sort -r sort None of these sh 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? +(m+l).n kill None of these #NAME? +(m+l).n kill None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP