Skip to content

Instantly share code, notes, and snippets.

@nadnerb
Created July 5, 2011 10:39

Revisions

  1. nadnerb created this gist Jul 5, 2011.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    for i in `ls`; do FILE=`echo $i | sed 's/change/tothis/g'`; mv $i $FILE ; done