Unix Which command will be used with vi editor to append text at end of line? A a I None of these i A a I None of these i ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // / ? ?? // / ? ?? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chmod chgrp chusr chown None of these chmod chgrp chusr chown None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? ^pat pat$ pat^ $pat None of these ^pat pat$ pat^ $pat None of these ANSWER DOWNLOAD EXAMIANS APP