Re: Is it possible to copy a file from anywhere to My Documents with bash cp?

2002-10-23 Thread Don Dwiggins
ERPROFILE/My Documents" > % mv OtherFile "$USERPROFILE/My Documents" As a final wrinkle, if you're going to do this a lot, you might want to do something like "mount -u "$USERPROFILE/My Documents" /mydocs"; then you can say things like "mv furniture /myd

Re: 2.5.5-1 rsync hangs

2002-09-23 Thread Don Dwiggins
t I think it worked fine for a while, then I started to get the same kinds of hangup. If someone can offer advice on how to set debugging options, I can also produce some evidence. (BTW, I'm running "version 2.5.5 protocol version 26".) Thanks in advance for any good words, --