Sujet : Re: Is there a calendar program for RasPiOS ?
De : daniel (at) *nospam* me.invalid (Daniel James)
Groupes : comp.sys.raspberry-piDate : 16. Mar 2025, 12:33:25
Autres entêtes
Organisation : Daniel James
Message-ID : <vr6con$1luor$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 10/03/2025 23:37, Lawrence D'Oliveiro wrote:
That’s why the separate “cal” program is included in the same package.
Actually, cal is just a symlink to ncal. The program looks at the commandline to see whether it has been invoked as cal or as ncal and adapts its behaviour accordingly.
$ ls -al /usr/bin/cal
lrwxrwxrwx 1 root root 4 Feb 20 2023 /usr/bin/cal -> ncal
-- Cheers, Daniel.