Unix Which command is used to sort the lines of data in a file in reverse order sh st sort sort -r sh st sort sort -r 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? -b -l -r None of these -d -b -l -r None of these -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s A a S s A a S ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells All of these how large the file is and when the file was last modified. who the owner of the file is None of these the name of the group owner of the file All of these how large the file is and when the file was last modified. who the owner of the file is None of these the name of the group owner of the file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls *[lst] ls *.* ls lst* ls -l *.lst ls *[lst] ls *.* ls lst* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd [p] cd p cd p* cd p* cd [p] cd p cd p* cd p* ANSWER DOWNLOAD EXAMIANS APP