Unix You can append to a file instead of overwriting by using the < symbols >> symbols None of these > symbols < symbols >> symbols None of these > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv * ../bin *.* None of these mv *.* /bin/ mv * /bin/* mv * ../bin mv * ../bin *.* None of these mv *.* /bin/ mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox lastlogin .exrc None of these .profile .mbox lastlogin .exrc None of these .profile 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
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 Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -4 -1 -2 #NAME? -4 -1 -2 ANSWER DOWNLOAD EXAMIANS APP