The find command is one of the most basic Unix commands, but that doesn't mean you're making good use of its many features. Just because a Unix command is one those most of us learn within the first ...
Command-line Perl scripts can make adminstering a UNIX box easier by replacing certain commands with some routine scripts. Find out how to take advantage of this approach. Perl is everywhere. Most ...
The OS X Terminal opens up a world of powerful UNIX utilities and scripts. If you're migrating from Linux, you'll find many familiar commands work the way you expect. But power users often aren't ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
If you need to find and replace the occurrence of a word, phrase, URL, or whatever, and it's in several documents, this can be a really tedious task. If you're running Mac OS X, Linux, or really any ...
The find command is not just useful for locating files, but also for doing things with the files once it finds them. You can find files based on numerous criteria — their names, their owners, their ...