Date: Sat, 13 Nov 1999 14:12:12 +1100 (EST) From: Andy Farkas <andyf@speednet.com.au> To: Bruce Evans <bde@zeta.org.au> Cc: current@FreeBSD.ORG Subject: Re: shell pipeline bug Message-ID: <Pine.BSF.4.10.9911131357390.33596-100000@backup.af.speednet.com.au> In-Reply-To: <Pine.BSF.4.10.9911130146270.17701-100000@alphplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Simplified example: > > sh -c "jot 6000 | cat | head" Not knowing what jot(1) was, I read the man page. The synopsis says: SYNOPSIS jot [-cnr] [-b word] [-w word] [-s string] [-p precision] [reps [begin ^ [end [s]]]] ^ ...so I type in: $ jot usage: jot [-cnr] [-b word] [-w word] [-s string] [-p precision] [reps [begin [end [s]]]] ^ ^ Is my understanding correct that options in square brackets are optional? -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911131357390.33596-100000>