X-Spam-Check-By: sourceware.org Message-ID: <45206274.7A618C3D@dessent.net> Date: Sun, 01 Oct 2006 17:51:00 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: mssing packages for cygwin References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/