Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
jhnsomers
/
ait
forked from
nuclearkev/ait
Watch
1
Star
0
Fork
0
Files
Tree:
2242864e38
Branches
Tags
1.1
1.2
action-based-undo
line-calculation
line-number-solution
master
select-rendering
1.5-serious-final
1.4
1.3
1.2
1.1
1.0.0
ait
/
scripts
/
rtw
rtw
85 B
History
Raw
1
2
3
4
5
#!/bin/sh
# rtw = Remove Trailing Whitespace
awk '{gsub(/[ \t]+$/,"",$0);print $0}'