Date: Mon, 10 Mar 2003 21:51:05 -0600 From: David Syphers <dsyphers@uchicago.edu> To: Borut Kurnik <borut@vlk.dyndns.org> Cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd 5.0-RELEASE & named pipes Message-ID: <200303102151.05046.dsyphers@uchicago.edu> In-Reply-To: <1047352928.17186.35.camel@borut3> References: <200303110310.h2B3AvKU025877@orthanc.ab.ca> <1047352928.17186.35.camel@borut3>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 10 March 2003 09:22 pm, Borut Kurnik wrote: > I worked on 4.7 & still does (also on linux, netbsd, ... :-) ) > > This is NetBSD 1.6 > > [root@himler root]# echo "test" > f & > [1] 2383 > [root@himler root]# cat < f > test > [1]+ Done echo "test" >f > > > And this is FreeBSD 5.0 > > [root@bart root]# echo "test" > f & > [1] 2436 > [root@bart root]# -bash: f: Resource temporarily unavailable > > [1]+ Exit 1 echo "test" >f This works fine on my system, which is -current from March 2, using both tcsh and bash. But since bash is not the default shell, but a port, isn't this dependent on the version of the port you have installed rather than the OS? I have bash-2.05b.004. -David -- http://www.seektruth.org Astronomy and Astrophysics Center The University of Chicago 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?200303102151.05046.dsyphers>