Date: Wed, 15 Dec 1999 16:58:07 +1300 From: Jonathan Chen <jonc@logisticsoftware.co.nz> To: m <kamidesu@hotpop.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Manual for the rc files? Message-ID: <19991215165807.B10613@jonc.logisticsoftware.co.nz> In-Reply-To: <19991215034153.866FB639EE@zagnut.hotpop.com>; from kamidesu@hotpop.com on Tue, Dec 14, 1999 at 10:41:53PM -0500 References: <19991215034153.866FB639EE@zagnut.hotpop.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 14, 1999 at 10:41:53PM -0500, m wrote:
>
> Merry Xmas.
>
> Where is the manual or the guide to learn this "script" language? -f,
> $, x$1, etc. Thanks. Bye.
>
> if [ -f /etc/defaults/rc.conf ]; then
> if [ "x$1" != "x" ]; then
> if [ "x$firewall_quiet" = "xYES" ]; then
> $fwcmd add divert natd all from any to any via ${natd_interface}
Try: `man sh', `man test'. "[" is linked to test(1).
Jonathan Chen
----------------------------------------------------------------------
When the character of a man is not clear to you,
look at his friends.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215165807.B10613>
