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 to sort the lines of data in a file in reverse order sort -r sort st sh sort -r sort st sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? s S a i s S a i 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? -r None of these -l -d -b -r None of these -l -d -b ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only group has read permission only owner has read permission only other has read permission only group has write permission only group has read permission only owner has read permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? None of these cut sales empl.lst /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst None of these cut sales empl.lst /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP