Skip to content

Instantly share code, notes, and snippets.

@jglathe
Created September 25, 2019 13:33
Show Gist options
  • Save jglathe/0f8586f9dff6b00820e028a10d75cba5 to your computer and use it in GitHub Desktop.
Save jglathe/0f8586f9dff6b00820e028a10d75cba5 to your computer and use it in GitHub Desktop.

Revisions

  1. jglathe created this gist Sep 25, 2019.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    for k in $(ls); do cd $k && for i in $( ls | grep [A-Z] ); do git mv -f $i `echo $i | tr 'A-Z' 'a-z'`; done && cd ..;done