On Thu, Mar 22, 2001 at 02:11:55PM -0500, Gerry Maddock wrote:
> Thanks Dave that was the problem, Tim Conway helped me with that one. One
> other thing I just noticed is:
> When I rsync from a linux box to a linux box using:
> /usr/bin/rsync -e ssh 'bailey::tst/*' /tmp/
> Linux knows the "*" means all, when I'm on my linux box and I try to sync with
> the DGUX, the DGUX "seems" to treat "*" as an actual file. So, I actually have
> to type in the file or files I want to sync
> IE: /usr/bin/rsync -e ssh 'bailey::tst/test.txt' /tmp/
> WEIRD!

I've seen that before on an operating system that didn't have the glob()
function.  See glob_expand_one() in util.c.

- Dave Dykstra

Reply via email to