Re: file "[" in /usr/bin???

1996-11-05 Thread Joe Emenaker
> From: David Puryear <[EMAIL PROTECTED]> > > I was doing some house cleaning and found a file named "[" in /usr/bin. > Does any one have any idea what this is? Is there way to find out which > package it came from? Here is ls -al: > > LeBox:/usr/bin :-> ls -al [ > -rwxr-xr-x 2 root root

Re: file "[" in /usr/bin???

1996-10-30 Thread Bruce Perens
Read "man test". It implements the following construct in shell scripts: if [ -f /etc/motd ]; then echo motd exists, and is a regular file. fi Bruce -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to

file "[" in /usr/bin???

1996-10-29 Thread David Puryear
Hi all, I was doing some house cleaning and found a file named "[" in /usr/bin. Does any one have any idea what this is? Is there way to find out which package it came from? Here is ls -al: LeBox:/usr/bin :-> ls -al [ -rwxr-xr-x 2 root root15633 Mar 9 1996 [ How do I force fsck