Re: Still the less fortune problem...

1998-12-15 Thread Remco Blaakmeer
On Mon, 14 Dec 1998, Stef Hoesli Wiederwald wrote: > > case $- in > > *i*) # interactive shell only > > echo "\n" > > fortune -a > > echo "" > > ;; > > esac > > Hm, this gives me an > Illegal variable name. > error... What about /etc/profile or whichever file is us

Still the less fortune problem...

1998-12-14 Thread Stef Hoesli Wiederwald
> case $- in > *i*)# interactive shell only > echo "\n" > fortune -a > echo "" > ;; > esac Hm, this gives me an Illegal variable name. error... Stef