Tue, Jun 12, 2001 at 02:57:46, clefevre-lists (Cyrille Lefevre) wrote about "Re: Perl
module for periodic scripts":
> FYI, the date stuff can be written in pure shell. don't know yet
> about the uniq -i but should be possible w/o perl.
tr '[A-Z]' '[a-z]' | uniq
(does this uniquing requires to preserve case of at least one variant?
I suppose no)
> see the following url on a portable (awk and ksh) replacement for
> date -v-1d :
Then the program will contain perl, ksh and awk code? There are too many
languages used, aren't there? Also realize please that base system does not
contain ksh. Monolithic perl code, without awk & ksh, will be better because
perl is in base system already...
/netch
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message