Linux, display the number of file into a directory


This is how you display the number of file into a directory

ls -al | wc -l


Any thoughts?

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Loading more content...