The basic function of awk is to search files for lines (or other units of text) that contain a pattern. When a line matches, awk performs a specific action on that line.
Read more »Find Files with the find Command
A video howto for using the command line to find files with the "find" command.
Read more »Unix and Linux Horror Stories And Actual Help
Some funny stuff mixed with some practical advice. What a treat :)
Read more »Using Find to Locate and Report on Large Files
Backups are essential, and so is the reducing the time needed to perform those backups. Many’s the time I have sat waiting for a backup to complete only to remember that I had a link to a large set of files, or a bunch of ISO files in the ./download directory, and had to migrate those over to somewhere else and restart the backup.
Read more »Command line tips - Finding files; Part 1: By Name
There is always a time when working with the CLI that you will want to find a set of files by name, such as all JPEG images. The `find` command lets you do this and more. Let’s jump into the basic structure of a find command:
Read more »









