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

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.

ANSWER DOWNLOAD EXAMIANS APP