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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

None of these
All of these
how large the file is and when the file was last modified.
who the owner of the file is
the name of the group owner of the file

ANSWER DOWNLOAD EXAMIANS APP