Unix Which command is used to count just the number of characters in a file? wc -r wc - 1 wc -w wc -c wc -r wc - 1 wc -w wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 0 kill 1 cancel 1 None of these cancel all kill 0 kill 1 cancel 1 None of these cancel all ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? Korn shell None of these C shell Bourne shell Smith shell Korn shell None of these C shell Bourne shell Smith shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? i j None of these k h i j None of these k h ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? del remove mv rm del remove mv rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat^ ^pat pat$ $pat pat^ ^pat pat$ $pat ANSWER DOWNLOAD EXAMIANS APP