Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
jhnsomers
/
ait
másolva
nuclearkev/ait
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Branch:
1.2
Branch-ok
Tag-ek
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
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
#!/bin/sh
# rtw = Remove Trailing Whitespace
awk '{gsub(/[ \t]+$/,"",$0);print $0}'