Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who < user.lste None of these who > user.lst who | tee user.lst who >> user.lst who < user.lste None of these who > user.lst who | tee user.lst who >> user.lst 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 Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? None of these #NAME? kill +(m+l).n None of these #NAME? kill +(m+l).n ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r wc -w None of these wc -l wc -c wc -r wc -w None of these wc -l wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm ic nu li nm ic nu li ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? None of these tee grep cat more None of these tee grep cat more ANSWER DOWNLOAD EXAMIANS APP