コマンドラインで日本語のファイル名のリストを出力する方法
perl -MFile::Find -e ‘find(sub {print “$File::Find::name \n” if $_ =~ /[\x8E\xA1-\xFE]/;}, “.”);’
This is a tumblelog, kinda like a blog but with short-form, mixed-media posts with stuff I like. Scroll down a bit to start reading, or a bit more to read more about me.
perl -MFile::Find -e ‘find(sub {print “$File::Find::name \n” if $_ =~ /[\x8E\xA1-\xFE]/;}, “.”);’