Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. None of these countw count p wc wcount None of these countw count p wc wcount 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 newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? / ? ?? // / ? ?? // ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -a ls -l ls -F ls -x ls -a ls -l ls -F ls -x ANSWER DOWNLOAD EXAMIANS APP
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.lst who > user.lst None of these who | tee user.lst who < user.lste who >> user.lst who > user.lst None of these who | tee user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP