CDNWiki
View Source:
KnowledgeBase/Scripts/longlines.sh
Note:
You are viewing an old version of this page.
View the current version.
<code brush="bash"> expand "${file}" | sed -ne ' /[^\\]$/ { H s/.*//g x s/\n/ /g s/ */ /g p } /\\$/ { s/\\$// H }' </code>