Re: [OT] Changing the case of filenames

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

 



On Fri, Apr 29, 2005 at 09:39:27AM -0400, 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).

( for i in *; do mv "$i" "`echo $i | tr [a-z] [A-Z]`"; done )

-- 
Edward S. Marshall <esm@xxxxxxxxx>
http://esm.logic.net/

Felix qui potuit rerum cognoscere causas.


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

  Powered by Linux