Skip to content

Instantly share code, notes, and snippets.

@kennyj
Created October 29, 2011 15:55
Show Gist options
  • Save kennyj/1324683 to your computer and use it in GitHub Desktop.
Save kennyj/1324683 to your computer and use it in GitHub Desktop.
行末の空白を削除
find * -type f -exec sed 's/[ \t]*$//' -i {} \;
from https://github.com/rails/rails/commit/b451de0d6de4df6bc66b274cec73b919f823d5ae#activesupport/lib/active_support/cache.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment