02 04 2005 Tweet
perlでCRとかLFの改行変換をするときのメモ。
Win -> Unix
perl -pe '/rn/n/' file_name
Apple -> Unix
perl -pe '/r/n/' file_name