Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p* cd p cd [p] cd p* cd p* cd p cd [p] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -w wc - 1 wc -c wc -r wc -w wc - 1 wc -c wc -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? haltsys cancel shutdown kill haltsys cancel shutdown kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? my .file trial TRY None of these my .file trial TRY None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tee tr grep sort tee tr grep sort ANSWER DOWNLOAD EXAMIANS APP