rmln-0.3.0

The birth of rmln

rmln simply strips blanks lines from standard input.

Optionally, it can strip linkes consisting of only clear-text.

It is a very simple usecase that I'm solving for but it occurs frequently enough to warrant building a tool to solve it.

Convenience comparisons:

ToolUsage
grepgrep -vE '^\s*$'
sedsed '/^[[:space:]]*$/d'
vim:g/^\s*$/d
rmlnrmln -s

Examples

rmln <<'EOF'
> line1
>
> line2
> line3
> EOF

yielding:

line1
line2
line3

Signatures

Pseudo-SBOM

The lockfile can be found here.

Get it from the Snap Store