Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr sort tee grep tr sort tee grep ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? ls file cat more ls file cat more ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard output file both input and output file neither standard input nor standard output file standard input file standard output file both input and output file neither standard input nor standard output file standard input file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? wc sort grep None of these wc sort grep None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP