#!/bin/bash #set -x cd ~/wallpaper/to_work_on/download/porn find . -name post* -exec rm '{}' \; for I in `find . -type f|grep -v jpg$`;do rm $I;done find -depth -type d -empty -exec rmdir '{}' \; gqview . find . -type f -exec mv '{}' . \; mmv "*.jpg.*" "#1.#2.jpg" gqview . find -depth -type d -empty -exec rmdir '{}' \;