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

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

ANSWER DOWNLOAD EXAMIANS APP