Unix Which command is used to sort the lines of data in a file in alphabetical order? st sort sort -r sh None of these st sort sort -r sh None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -c wc -w wc - 1 wc -r wc -c wc -w wc - 1 wc -r ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only group has read permission only other has read permission only owner has read permission only group has write permission only group has read permission only other has read permission only owner has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rmdir rd None of these rdir remove rmdir rd None of these rdir remove 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