tcal - Man Page

runs the Gcal program with the date of tomorrow's day.

Synopsis

tcal [--help | --version] | [--shift=[+|-]number] [Argument...]

Description

Tcal is a program which runs gcal with a date set one day ahead (equivalent the --shift=1 option). All given arguments are passed unmodified to the Gcal program. If the Gcal program shall be called with another date than tomorrow's date, this desired date can be selected by using the --shift=[+|-]number option, in which [+|-]number is the distance of days the desired date is distant from the actual date (works only for Gregorian years). The --shift option must be given before all other arguments which are passed to the Gcal program. An exit status of 0 means all processing is successfully done, any other value means an error has occured.

Options

--help

Print a usage message listing all available options, then exit successfully.

--version

Print the version number, then exit successfully.

--shift=[+|-]number

Define the displacement in [+|-]number days the desired date is distant from the actual date.

Environment

GCALPROG

The GCALPROG environment variable contains the file name of the executable Gcal program, which is used by Tcal to call Gcal. This takes precedence over the file name `gcal', which is burned-in during the compilation step of tcal.

Author

------------------------oOO      \\\_''/      OOo---------------------------
Thomas Esken               O     (/o-o\)     O  eMail: esken@gmx.net
Im Hagenfeld 84                 ((  ^  ))       Phone: +49 251 232585
D-48147 Muenster; Germany    \____) ~ (____/    MotD : 2old2live, 2young2die

See Also

gcal(1), txt2gcal(1), gcal2txt(1).

Referenced By

gcal(1), gcal2txt(1), txt2gcal(1).

June 14, 2000