Photoshop Tutorials - Good-Tutorials.com started in August 2002 as Photoshop Design. It migrated to its present form in February 2003. Good-Tutorials now houses one of the largest collections of tutorials for Adobe Photoshop on the internet today.
Tutorials
Photoshop Tutorials
Submitted by sandip on Wed, 11/19/2003 - 14:34- sandip's blog
- Login or register to post comments
Tutorials on UNIX shell
Submitted by sandip on Fri, 11/07/2003 - 17:35Site includes Bruce Barnett's tutorials on UNIX shell programming and various other arcane subjects.
Shell Quotes - How to use quotes in a shell script.
Regular Expressions - Written for Solaris, so your milage my vary..
SED - The Stream Editor - Editing a data stream.
Bourne Shell - Everything you wanted to know.
AWK - The basic power tool for UNIX.
- sandip's blog
- Login or register to post comments
- Read more
CRONTAB Tutorial
Submitted by sandip on Wed, 09/24/2003 - 10:19What is a Crontab?
A cron is a utility that allows tasks to automatically run in the background of the system at regular intervals by use of the cron daemon. Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at what times they are to be run. This can be quite useful. For example, you may have a personal temporary directory that you wish to be cleaned out once a day to keep your quota from being exceeded. This is where cron scheduling comes in to play. Not all systems allow for a cron schedule to be setup. You need to see your system administrator to see if it is available on your system.