Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is sort tee grep tr sort tee grep tr ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? grep None of these wc sort grep None of these wc sort 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 -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? # $ ; : # $ ; : ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? rename mv ren remove rename mv ren remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? R c C r R c C r ANSWER DOWNLOAD EXAMIANS APP