Xref: utzoo comp.unix.admin:51 comp.unix.questions:25331 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cbmvax!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.admin,comp.unix.questions Subject: Re: help removing a file Message-ID: <4035@auspex.auspex.com> Date: 7 Sep 90 17:57:20 GMT References: <1990Sep5.180847.21767@zaphod.mps.ohio-state.edu> <1990Sep6.175920.20379@dg-rtp.dg.com> <1212@tardis.Tymnet.COM> Followup-To: comp.unix.admin Distribution: usa Organization: Auspex Systems, Santa Clara Lines: 8 >I have found that the C-shell from Sun (BSD) strips off the 8th bit of all >arguments passed to any program. Yup; UNIX shells have traditionally used the 8th bit internally for quoting, and strip it off before passing arguments. AT&T fixed the Bourne shell in S5R3, and that version of the Bourne shell is the basis of the one in SunOS 4.x. Sun fixed the C shell in SunOS 4.1, and that version of the C shell is the basis of the one in S5R4.