Skip to content

Instantly share code, notes, and snippets.

@shumon84
Created January 7, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shumon84/824930bca39a7391ee5b9bbf29ec937a to your computer and use it in GitHub Desktop.
Save shumon84/824930bca39a7391ee5b9bbf29ec937a to your computer and use it in GitHub Desktop.
work="./work"
object=$1
mkdir $object
for i in $(ls $work)
do
mv $work/$i/* $object/$object\_$i.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment