Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sort st sort -r sh None of these sort st sort -r sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? print pg prn lp print pg prn lp ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these rdir rd remove rmdir None of these rdir rd remove rmdir ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | wc -w ls | ws -c ls -l | wc -l ls | wc ls | wc -w ls | ws -c ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? touch wc grep cat touch wc grep cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP