From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: 2273 lines in 170 files consists of only space and tabulators
Date: Sat, 06 Jun 2009 12:25:31 +0200 [thread overview]
Message-ID: <1244283931.3418.7.camel@fz.local> (raw)
fz@fz:~/grub/grub2.git$ rgrep -E "^[[:blank:]]+$" *|wc -l
2273
fz@fz:~/grub/grub2.git$ rgrep -E "^[[:blank:]]+$" *|sed -e 's/:.*//'|uniq|wc -l
170
Anyone wants me to do
find . -type f -print0 | xargs -0 sed -i -r -e 's/^[[:blank:]]+$//'
or does someone object?
[:blank:] doestn't contain these ^L chars.
By the way `git diff --color' shows if you introduce such a line with
red, but strangely not when you remove one.
--
Felix Zielcke
next reply other threads:[~2009-06-06 10:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-06 10:25 Felix Zielcke [this message]
2009-06-06 13:43 ` 2273 lines in 170 files consists of only space and tabulators Felix Zielcke
2009-06-07 1:48 ` Vladimir 'phcoder' Serbinenko
2009-06-07 1:59 ` Pavel Roskin
2009-06-07 14:32 ` Felix Zielcke
2009-06-07 1:53 ` Pavel Roskin
2009-06-10 21:04 ` Felix Zielcke
2009-07-28 18:19 ` Robert Millan
2009-07-28 21:09 ` Felix Zielcke
2009-07-31 15:39 ` Robert Millan
2009-07-31 15:45 ` Felix Zielcke
2009-07-31 16:02 ` Felix Zielcke
2009-07-31 16:24 ` Robert Millan
2009-08-01 10:05 ` Alfred M. Szmidt
2009-08-01 13:54 ` Felix Zielcke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1244283931.3418.7.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.