Skip to content

Instantly share code, notes, and snippets.

@joellobo
Created May 16, 2016 22:06
Show Gist options
  • Save joellobo/03e22b6c104e387821f0936acadd8360 to your computer and use it in GitHub Desktop.
Save joellobo/03e22b6c104e387821f0936acadd8360 to your computer and use it in GitHub Desktop.
desc
#!/bin/bash
uf=( "ac" "al" "am" "ap" "ba" "ce" "df" "es" "go" "ma" "mg" "ms" "mt" "pa" "pb" "pe" "pi" "pr" "rj" "rn" "ro" "rr" "rs" "sc" "se" "sp" "to")
for i in "${uf[@]}"
do
cd $i
unzip -f "*.zip"
cd aplic/sead/lista_filiados/uf/
rm leiame.pdf
mv * ./../../../../
cd ./../../../../
rm *.zip
rm -R aplic
cd ..
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment