How to Count Files in a Directory in Linux/Ubuntu
This tutorial will show you how to count the number of files/folders in a directory on Linux, both recursively and non-recursively. The wc Command The wc (word count) command counts lines and words. It’s useful here as we’ll use it to count the outputted lines from various tools… Read More »How to Count Files in a Directory in Linux/Ubuntu