Skip to content

Instantly share code, notes, and snippets.

@delphinus
Created May 1, 2012 09:11
Show Gist options
  • Select an option

  • Save delphinus/2566630 to your computer and use it in GitHub Desktop.

Select an option

Save delphinus/2566630 to your computer and use it in GitHub Desktop.
改行コード統一
perl -i -pe 's/\x0D\x0A/\n/g;tr/\r/\n/' filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment