This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to rename file case-sensitive?


Fergus wrote:
> rename foo Foo

Wish it was so easy. The syntax is
    rename from to filelist
so here you need
    rename foo Foo foo
Fergus
How about:

$ mv foo bar && mv bar foo

???
--
Andrew DeFaria <http://defaria.com>
God must love stupid people... He made so many.


-- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]