2013年3月18日月曜日

本当にどうでもいいこと

何やってんだ俺・・・

find tmp/cgames/ -type f -exec cp {} ./all/ \;
rename -f 's/-\d+/.sgf/' all/*
sed -ie "s/\(B\|W\)L\[\([1-9][0-9]*\|0\)\(\.[0-9]\+\)\?]//g" tmp/Alice-Bob.sgf

gamesに対しては
rename -f 's/$/.sgf/' all/*