Unix Which command is used to sort the lines of data in a file in alphabetical order? st None of these sort -r sort sh st None of these sort -r sort sh 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. wc count p countw None of these wcount wc count p countw None of these wcount ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mail write mesg wall mail write mesg wall ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is grep tee sort tr grep tee sort tr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? lp print prn pg lp print prn pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] chmod 222 emp? chmod 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP