Created
May 20, 2014 02:58
-
-
Save gghatano/c08409acd4a2504fc3ad to your computer and use it in GitHub Desktop.
情報課題レポートをIDでリネーム, ソートして結合.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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