TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Laura A Mac Lemale wrote:
>
> Hello,
>
> I'm documenting two internal systems ... I'm noticing some frequently-used terminology
> that I want to clarify. ...
>
> Can someone shed some light on the following terms:
>
> cron (process?)
> trigger
> sequel (SQL)
I pronounce "SQL" as "Sequel" and think this usage is fairly widespread, though I've
also heard "ess kyew ell".
cron(1) is a standard (since the 70s) Unix command to run programs at specified times.
It is driven by one or more tables, crontab(5). The little numbers in brackets indicate
what section of the Unix manuals these are documented in. e.g. to get the man page
for cron(5), type "man 5 crontab".
Lines in a crontab(5) just contain commands preceded by selectors that say when
to execute them. You can select by day of week, day of month, hour or minute.
Using "*" to mean any and combining selectors, it's fairly easy to run a backup
every morning at 2:17 and accounting summaries on the first of every month and ...
There's also a simpler scheduling command, at(1). It just schedules a command to
run once at(1) some specified time.
IPCC 01, the IEEE International Professional Communication Conference,
October 24-27, 2001 at historic La Fonda in Santa Fe, New Mexico, USA.
CALL FOR PAPERS OPEN UNTIL MARCH 15. http://ieeepcs.org/2001/
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.