pekko/scripts/remove_trailing_whitespace.sh
2010-05-21 20:08:49 +02:00

2 lines
No EOL
47 B
Bash
Executable file

#!/bin/sh
sed -i '' 's/[[:space:]]*$//g' **/*.*