Skip to content

Conversation

@paulmenzel
Copy link

Execute the command [1] below to remove blank lines at end of all files.

find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

[1] http://review.coreboot.org/10446

Execute the command [1] below to remove blank lines at end of files.

	find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

[1] http://review.coreboot.org/10446
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.

1 participant