Re: script to recursively convert filenames to uppercase

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



On Sun, Jul 11, 2010 at 03:14, F. Gr. <fgr@xxxxxxxx> wrote:
> Does anybody know a Perl or Bash script to do what I've written in the
> subject?

I believe this should do it:
find -depth -execdir sh -c 'mv {} $(echo {} | tr a-z A-Z)' \;

~celti


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux