Tom Lee wrote: > For postx-like behavior, I find that djgpp mv.exe allows me to run > mv *.txt /my/directory/ or mv *.txt c:/my/directory/ > in the c drive > > while cygwin have to use: > mv *.txt /cygdrive/c/my/directory/ > > do you think ignoring /cygdrive/c would be an advantage to reduce the > typing?
Please read the mount man page. If "cygdrive" bothers you, set it to whatever you want, e.g. "mount -c /". Then you can do "mv *.txt /c/my/directory". Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/