Chris Abbey wrote:
>
> At 18:28 10/22/00 +1000, Tony Nugent wrote:
> >On Sat Oct 21 2000 at 18:47, Chris Abbey wrote:
> > > ln -s $fil `basename $fil`
> I'm starting to suspect it's an issue with find... perhaps with the
> choice of shell it's using for the -exec command, since as you point
> out basename is a bash builtin.
I didn't think "find -exec basename {} \;" uses a shell. I thought
that it directly executes whatever follows exec, in this case
"basename", aka.
/bin/basename, a utility that exists for those cases where the
builtin is not required. Maybe I'm wrong about that???
If I'm right, I might instead investigate whether
your /bin/basename is somehow messed up; or maybe you're right that
it is that find is somehow not executing /bin/basename correctly.
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list