Tagged Questions
4
votes
2answers
195 views
Number of lines outputted by ls
When ls is called, it outputs all the files/directories in the current directory, attempting to fit as many as possible on each line. Why is it that when passed to wc -l, it outputs the number of ...