> 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
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
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
3 matches
Mail list logo