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 operator will be used with chmod command to assign absolute permission? + = None of these % - + = None of these % - ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sort -r sh st sort sort -r sh st ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more cat head grep more cat head grep ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard input file neither standard input nor standard output file both input and output file standard output file standard input file neither standard input nor standard output file both input and output file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat^ pat$ $pat ^pat pat^ pat$ $pat ^pat ANSWER DOWNLOAD EXAMIANS APP