Hi,
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
> I can not get my fortune command to work even though it does when i
> login any ideas
try to do something like:
if [ -x `find / -type f -name "fortune" 2> /dev/null` ]; then \
echo "U should execute `find / -type f -name "fortune" 2> /dev/null`"; \
fi
It show you how to run fortune.
HTH
Sven
--
Why you can't find your system administrators:
On the roof of the building, contemplating.
------------------------------------------------------[rand. sig. #14]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"