On Sat, Jun 30, 2001 at 03:36:30PM +0200, Davy Gigan wrote: > Nugzar Nebieridze writes: > > Yes, it is valid file name. > > > Exactly : > > Try to execute a csh script without this command present in your path, > it won't work very well ;-) > Maybye it should be a symbolic link to /usr/bin/test ?
It's a hard links: [EMAIL PROTECTED]:~$ ls -i `which [` `which test` 61216 /usr/bin/[ 61216 /usr/bin/test But what bothers me is where did that file come from? 'test' is in shellutils, but '[' is not in any of package files: [EMAIL PROTECTED]:~$ LANG=en dpkg -S `which [` `which test` dpkg: /usr/bin/[ not found. shellutils: /usr/bin/test I grepped /var/lib/dpkg/info/* but could not find any command that would create '[' file. Weird ;) -- Piotrek (@ ~) irc: #Debian.pl