/ Published in: Bash
Find any line with beginning of line followed by zero or more tabs, spaces followed by end of line -- delete it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sed '/^[\t ]*$/d' file