This article will show you how to find the number of files (including directories) within the current directory under Linux. Command ls -1 | wc -l Syntax Breakdown ls is the Linux command to list all files and folders in the current directory -1 will list each file on a separate line wc -l will… Read more
File System
Find largest files on your hard drive (Windows & Linux)
Are you running low on disk space or just curious to know what files are eating up your hard drive space? Finding out the biggest files in your hard drive is simple. This article will show you how to do this on Windows XP and Linux/Unix. Windows XP Go to Start / Search / For… Read more