Unix Which of the following commands can be used to get information about yourself? who am i which i /4 pwd None of these who am i which i /4 pwd None of these ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols < symbols >> symbols None of these > symbols < symbols >> symbols None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: both input and output file neither standard input nor standard output file standard input file standard output file both input and output file neither standard input nor standard output file standard input file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? cat more ls file cat more ls file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? st sort -r sort None of these sh st sort -r sort None of these sh 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