pekko/scripts/remove_trailing_whitespace.sh

2 lines
47 B
Bash
Raw Normal View History

2009-02-16 13:53:10 +01:00
#!/bin/sh
2010-05-21 20:08:49 +02:00
sed -i '' 's/[[:space:]]*$//g' **/*.*