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 cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP