View Single Post
Old 02-15-2011, 10:10 AM  
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
Pussy lips i did it loloolololl

Code:
  i=1; 
    shopt -s nullglob;
    for f in *.jpg *.gif *.png *.jpeg *.JPG *.JPEG *.GIF; do
        EXT="${f##*.}"
        EXT=${EXT,,}
        EXT=${EXT/jpeg/jpg}
        mv -- "$f" "$i.${EXT}";
        ((i++));
    done
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote