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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP