$ sed -e ‘/\\$/{:0;N;s/\\\n//;t0}’
Joins each line that end with backslash (common way to mark line continuation in many languages) with the following one while removing the backslash.
View this command to comment, vote or add to favourites
View all commands by mwgamera

by David Winterbottom (codeinthehole.com)






















0 Comments
You can be the first one to leave a comment.