Skip to content

Instantly share code, notes, and snippets.

@gghatano
Created May 20, 2014 02:58
Show Gist options
  • Save gghatano/c08409acd4a2504fc3ad to your computer and use it in GitHub Desktop.
Save gghatano/c08409acd4a2504fc3ad to your computer and use it in GitHub Desktop.
情報課題レポートをIDでリネーム, ソートして結合.
for dir in `ls | grep [0-9]`
do
mv $dir"/"*.pdf $dir".pdf"
done
join.py --output out.pdf *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment