Date: Mon, 8 May 2000 19:15:56 -0400 From: Tim Vanderhoek <vanderh@ecf.utoronto.ca> To: "Jeroen C. van Gelderen" <jeroen@vangelderen.org> Cc: Bruce Evans <bde@zeta.org.au>, "David O'Brien" <obrien@FreeBSD.org>, Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>, current@FreeBSD.org Subject: Re: Small MAKEDEV bug Message-ID: <20000508191556.A47871@Hamilton-ppp44812.sympatico.ca> In-Reply-To: <39174603.3BBBD536@vangelderen.org>; from Jeroen C. van Gelderen on Mon, May 08, 2000 at 06:56:03PM -0400 References: <Pine.BSF.4.21.0005090546310.6783-100000@besplex.bde.org> <39174603.3BBBD536@vangelderen.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 08, 2000 at 06:56:03PM -0400, Jeroen C. van Gelderen wrote: > > > > I don't buy it :-). This syntax is similar to a special case of the syntax > > of jot(1). It's better to use jot(1) directly, e.g.: > > > > MAKEDEV $(jot -w da 2 0) # make 2 acd devices beginning at acd0 b$ which jot /usr/bin/jot b$ The jot utility doesn't appear to be in /bin. b$ echo '$(jot -w da 2 0)' | wc 1 5 17 b$ echo $(jot -w da 2 0) | wc 1 2 8 b$ Heh. /me mumbles something about the prototypical UNIX hacker... :-) -- Signature withheld by request of author. 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?20000508191556.A47871>