Unix Which command is used to sort the lines of data in a file in alphabetical order? sort st None of these sort -r sh sort st None of these sort -r sh 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[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 command is used to save the standard output in a file, as well as display it on the terminal? more grep None of these cat tee more grep None of these cat tee ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as cmp do comp ccp cmp do comp ccp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? None of these copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc None of these copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control - u] [Control-c] [Control -P] None of these [Control-d] [Control - u] [Control-c] [Control -P] None of these [Control-d] ANSWER DOWNLOAD EXAMIANS APP