We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ca673 commit 0cffd4dCopy full SHA for 0cffd4d
line_ending.awk
@@ -0,0 +1,3 @@
1
+# Example: awk -v ending="<<" -f line_ending.awk files/lorem.dat
2
+BEGIN{ORS=ending}
3
+{print}
0 commit comments