Return to Snippet

Revision: 50485
at August 24, 2011 13:00 by giver


Initial Code
find . -name *.*rb -exec sed -i "" 's/[ ]*$//' {} \;

Initial URL


Initial Description


Initial Title
remove trailing space from specific file (ex. ruby)

Initial Tags
ruby

Initial Language
Bash