Back to basics with this one, the linux wc command (word count) can be used to count lines, words and bytes in a file and

Back to basics with this one, the linux wc command (word count) can be used to count lines, words and bytes in a file and
Linux directory listing command ls is another must. This command lists files oldest to newest piped to grep which excludes directories piped to awk which
The Linux sort – it’s incredibly fast, runs well on files larger than ram, and a must to master for any good sysadmin. Here are
A few examples on using the Linux find command to list out all files matching a file type. The find command is on just about
This command very quickly creates 100k randomly sized binary files in the directory you run it in. Took 6 minutes 37 seconds to run on
This command combines ls (directory list) with wc (word count) command to count the number of files in a directory. I just used it to