Unix Which command is used to sort the lines of data in a file in reverse order sh st sort -r sort sh st sort -r sort 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 tty ^c stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? r R c C r R c C ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? wc cat grep touch wc cat grep touch ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. count p wcount countw wc None of these count p wcount countw wc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ls -1 ANSWER DOWNLOAD EXAMIANS APP