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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

neither standard input nor standard output file
standard output file
both input and output file
standard input file

ANSWER DOWNLOAD EXAMIANS APP