On Fri, 2007-11-30 at 09:12 +0800, Li Zefan wrote: > Just a roughly grep: > # grep -r -P --include=*.[ch] 'printk.*\.\\n' * | wc -l > 6025 > # grep -r -P --include=*.[ch] '\.\\n' * | wc -l > 12723 Inequivalent. Try: grep -rP --include=*.[ch] 'printk.*\.\\n' * | wc -l and grep -rp --include=*.[ch] 'printk.*[^\.]\\n' * | wc -l 6k/38k cheers, Joe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Trailing periods in kernel messages
- From: Li Zefan <[email protected]>
- Re: Trailing periods in kernel messages
- References:
- [PATCH 6/6] tick: add a missing dot in prink
- From: Li Zefan <[email protected]>
- Re: [PATCH 6/6] tick: add a missing dot in prink
- From: Frans Pop <[email protected]>
- Re: [PATCH 6/6] tick: add a missing dot in prink
- From: Li Zefan <[email protected]>
- Trailing periods in kernel messages (was: [PATCH 6/6] tick: add a missing dot in prink)
- From: Frans Pop <[email protected]>
- Re: Trailing periods in kernel messages (was: [PATCH 6/6] tick: add a missing dot in prink)
- From: Andrew Morton <[email protected]>
- Re: Trailing periods in kernel messages
- From: Li Zefan <[email protected]>
- [PATCH 6/6] tick: add a missing dot in prink
- Prev by Date: Re: Question regarding mutex locking
- Next by Date: Re: [patch 1/1] Writeback fix for concurrent large and small file writes
- Previous by thread: Re: Trailing periods in kernel messages
- Next by thread: Re: Trailing periods in kernel messages
- Index(es):