Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Увійти
jhnsomers
/
ait
відгалужено від
nuclearkev/ait
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Гілка:
master
Гілки
Теги
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
Постійне посилання
Історія
Запис
1
2
3
4
5
#!/bin/sh
# rtw = Remove Trailing Whitespace
awk '{gsub(/[ \t]+$/,"",$0);print $0}'