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 *
None of these
rm *.*
rm all
rm *

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

to process number of the current shell
None of these
to list the positional parameters
to name the command being executed
to exit status of ast command executed.

ANSWER DOWNLOAD EXAMIANS APP