atat-mirror/glue/jobctrl/nltoblank

8 lines
125 B
Plaintext
Raw Normal View History

2023-08-31 20:30:18 +02:00
#!/bin/csh
if ( x"$1" == "x-h" ) then
echo Converts each newline character to a space.
exit
endif
awk '{printf $0 " "}'