Unix Which command is used to save the standard output in a file, as well as display it on the terminal? cat tee grep more None of these cat tee grep more None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -w wc -c wc -r wc - 1 wc -w wc -c wc -r wc - 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? cp programs/wb misc None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb tar programs/wb misc/wb cp programs/wb misc None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | ws -c ls | wc -w ls -l | wc -l ls | wc ls | ws -c ls | wc -w ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ts sm ai ic ts sm ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -1 -2 -4 #NAME? -1 -2 -4 #NAME? ANSWER DOWNLOAD EXAMIANS APP