From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Haertel Message-Id: <200302091948.h19Jm7S2012443@ducky.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] what a mess the Unix world has become In-Reply-To: <200302091005.h19A5d2A018648@localhost.localdomain> Date: Sun, 9 Feb 2003 11:48:07 -0800 Topicbox-Message-UUID: 538100c0-eacb-11e9-9e20-41e7f4b1d025 > I think that one really should be able to do "test -r foo && cat foo" > without cat failing because of permissions. This could never be guaranteed to succeed, even with a supposedly perfect version of "test", because "foo" might get altered between the "test" and the "cat".