Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change delete empty files to lines #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelPotter
Copy link

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

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`
@trn1ty
Copy link

trn1ty commented Nov 12, 2021

Saw this too

/Delete empty files/s.fil.lin.

@tubit tubit mentioned this pull request Nov 13, 2021
@Da-Juan Da-Juan mentioned this pull request Nov 23, 2021
@s1291 s1291 mentioned this pull request Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants