Unix
The command to count the number of files in the current directory by using pipes, is

ls | ws -c
ls -l | wc -l
ls | wc
ls | wc -w

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP