Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2003 11:20:26 +0100
From:      Sven Pfeifer <sven@yagonna.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: fortune
Message-ID:  <20031118102026.GA1424@yagonna.de>
In-Reply-To: <3FB95C38.3050805@shaw.ca>
References:  <3FB95C38.3050805@shaw.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

RYAN vAN GINNEKEN <rmvg@shaw.ca> 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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031118102026.GA1424>