meta data for this page
File/text manipulating snippets using awk, grep, sed and others.
Remove newline character every N lines
awk '{getline line2;print $0, line2}' sample.text
jump to: Search / User Tools / Main Content / Change Content Width
niziak.spox.org
File/text manipulating snippets using awk, grep, sed and others.
awk '{getline line2;print $0, line2}' sample.text
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3