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 -r * rm *.* rm * None of these rm all rm -r * rm *.* rm * None of these rm all ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rdir remove rd None of these rmdir rdir remove rd None of these rmdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? c C r R c C r R ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? $ : ; # $ : ; # ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used None of these to name the command being executed to list the positional parameters to process number of the current shell to exit status of ast command executed. None of these to name the command being executed to list the positional parameters to process number of the current shell to exit status of ast command executed. 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