Horje
shell remove consecutive newline Code Example
shell remove consecutive newline
# remove blank lines
# technically, remove the extra repeated consecutive newlines (\n\n -> \n)
sed  '/^$/d'




Shell

Related
ogv to gif linux Code Example ogv to gif linux Code Example
windows to linux ssh without password Code Example windows to linux ssh without password Code Example
svn info git equivalent Code Example svn info git equivalent Code Example
cups server cannot cancel jobs Code Example cups server cannot cancel jobs Code Example
track a git submodule on a branch Code Example track a git submodule on a branch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9