home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!world!cmr
- From: cmr@world.std.com (Charles M Richmond)
- Subject: Re: /bin/test bug?
- Message-ID: <Btqz2D.8D@world.std.com>
- Organization: Integrated International Systems Corp. One Longfellow Place, Suite 3309, Boston, Ma.
- References: <4360@equinox.unr.edu> <1992Aug27.152832.6727@cc.ic.ac.uk>
- Date: Sat, 29 Aug 1992 13:34:59 GMT
- Lines: 28
-
-
-
- My korn shell results were slightly different.
-
- test '-s' = '-s' && echo WOW
- WOW
-
- test "-s" = "-s" && echo WOW
- WOW
-
- test -s = -s && echo WOW
- WOW
-
-
- This is on a DS3100 running ULTRIX 4.2a where /bin/test is :
-
- -rwxr-xr-x 2 root 12288 Mar 19 1991 /bin/test
-
- Hope this is useful.
-
-
- Charlie
-
- --
- *****************************************************************************
- * Charles Richmond Integrated International Systems Corporation *
- * cmr@world.std.com (Temporary) cmr@chiechan.mro4.dec.com *
- * Specializing in UNIX, X, Image Processing, and Communications. *
-