Unix Which of the following commands is used to view your file 24 lines at a time? None of these cat pg lp /p None of these cat pg lp /p ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? who am i pwd None of these i /4 which who am i pwd None of these i /4 which ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort -r sh st sort sort -r sh st sort 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 tr tee sort grep tr tee sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? None of these d user-list r user-list e user-list m user-list None of these d user-list r user-list e user-list m user-list 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[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP