1TCAL(1) General Commands Manual TCAL(1)
2
3
4
6 Tcal - runs the Gcal program with the date of tomorrow's day.
7
9 tcal [--help | --version] | [--shift=[+|-]number] [Argument...]
10
12 Tcal is a program which runs gcal with a date set one day ahead (equiv‐
13 alent the --shift=1 option). All given arguments are passed unmodified
14 to the Gcal program. If the Gcal program shall be called with another
15 date than tomorrow's date, this desired date can be selected by using
16 the --shift=[+|-]number option, in which [+|-]number is the distance of
17 days the desired date is distant from the actual date (works only for
18 Gregorian years). The --shift option must be given before all other
19 arguments which are passed to the Gcal program. An exit status of 0
20 means all processing is successfully done, any other value means an
21 error has occured.
22
24 --help Print a usage message listing all available options, then exit
25 successfully.
26
27 --version
28 Print the version number, then exit successfully.
29
30 --shift=[+|-]number
31 Define the displacement in [+|-]number days the desired date is
32 distant from the actual date.
33
35 GCALPROG
36 The GCALPROG environment variable contains the file name of the
37 executable Gcal program, which is used by Tcal to call Gcal.
38 This takes precedence over the file name `gcal', which is
39 burned-in during the compilation step of tcal.
40
43
44 This software doesn't claim completeness, correctness or usability. On
45 principle I will not be liable for any damages or losses (implicit or
46 explicit), which result from using or handling my software. If you use
47 this software, you agree without any exception to this agreement, which
48 binds you LEGALLY !!
49
50 Tcal is free software and distributed under the terms of the `GNU Gen‐
51 eral Public License'; published by the `Free Software Foundation'; ver‐
52 sion 2 or (at your option) any later version.
53
54 Any suggestions, improvements, extensions, bug reports, donations, pro‐
55 posals for contract work, and so forth are welcome! If you like this
56 tool, I'd appreciate a postcard from you!
57
58 Enjoy it =8^)
59
61 ------------------------oOO \\\_''/ OOo---------------------------
62 Thomas Esken O (/o-o\) O eMail: esken@gmx.net
63 Im Hagenfeld 84 (( ^ )) Phone: +49 251 232585
64 D-48147 Muenster; Germany \____) ~ (____/ MotD : 2old2live, 2young2die
65
67 gcal(1), txt2gcal(1), gcal2txt(1).
68
69
70
71 June 14, 2000 TCAL(1)