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

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

ANSWER DOWNLOAD EXAMIANS APP