We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941b6b6 commit 0b7f75eCopy full SHA for 0b7f75e
ofs_ors.awk
@@ -0,0 +1,4 @@
1
+ # Example: awk -v ors="<<\n" -v ofs="-" -f ofs_ors.awk files/lorem.dat
2
+BEGIN{ORS=ors;OFS=ofs}
3
+{$1=$1}
4
+{print}
0 commit comments