Open michaelPotter opened 2 years ago
I'm not 100% sure, but I think this should delete empty lines not files right? Not sure about sed, but I use almost this exact thing to delete empty lines in vim
sed '/^$/d' file
Saw this too
/Delete empty files/s.fil.lin.
I'm not 100% sure, but I think this should delete empty lines not files right? Not sure about sed, but I use almost this exact thing to delete empty lines in vim