All of lore.kernel.org
 help / color / mirror / Atom feed
* 2273 lines in 170 files consists of only space and tabulators
@ 2009-06-06 10:25 Felix Zielcke
  2009-06-06 13:43 ` Felix Zielcke
  2009-06-07  1:53 ` Pavel Roskin
  0 siblings, 2 replies; 15+ messages in thread
From: Felix Zielcke @ 2009-06-06 10:25 UTC (permalink / raw)
  To: The development of GRUB 2

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




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-08-01 13:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 10:25 2273 lines in 170 files consists of only space and tabulators Felix Zielcke
2009-06-06 13:43 ` 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

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.