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 | tee user.lst None of these who >> user.lst who > user.lst who < user.lste who | tee user.lst None of these who >> user.lst who > user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc infile >newfile wc infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nu nm li ic nu nm li ic ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? prn pg print lp prn pg print lp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm * rm -r * rm all rm *.* None of these rm * rm -r * rm all rm *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? None of these tty who stty ls None of these tty who stty ls ANSWER DOWNLOAD EXAMIANS APP