Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm *.* rm all None of these rm * rm -r * rm *.* rm all None of these rm * rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rdir dldir rd rmdir rdir dldir rd rmdir 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
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? cat tee None of these grep more cat tee None of these grep more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -a ls -F ls -x ls -l ls -a ls -F ls -x ANSWER DOWNLOAD EXAMIANS APP