Unix Which command is used to sort the lines of data in a file in alphabetical order? sort -r sh None of these sort st sort -r sh None of these sort st ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. /pat ?pat :pat All of these /pat ?pat :pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? ln tar cp None of these lk ln tar cp None of these lk ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c 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[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP