Re: [OT] Changing the case of filenames

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2005-04-29 at 19:23 +0530, Rahul Sundaram wrote:
> David Niemi wrote:
> 
> >I am running a fortran program which requires all input file names to be
> >uppercase.  As things were originally done in Windo$e all the filenames
> >are mixed case (with numbers).

In zsh:
for i in *
do
  mv $i ${i:u}
done
-- 
Gérard Milmeister
Langackerstrasse 49
CH-8057 Zürich


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux