public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Valdis.Kletnieks@vt.edu
Cc: Matthew Wilcox <willy@debian.org>,
	davidm@hpl.hp.com, torvalds@osdl.org,
	Michel D?nzer <michel@daenzer.net>,
	Anton Blanchard <anton@samba.org>,
	linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org
Subject: Re: radeon warning on 64-bit platforms
Date: Fri, 20 Feb 2004 16:51:00 +0100	[thread overview]
Message-ID: <jehdxl697f.fsf@sykes.suse.de> (raw)
In-Reply-To: <200402192230.i1JMUifj004565@turing-police.cc.vt.edu> (Valdis Kletnieks's message of "Thu, 19 Feb 2004 17:30:44 -0500")

Valdis.Kletnieks@vt.edu writes:

> [/usr/src/linux-2.6.3-mm1/arch/i386]2 find . -name '*.c' | xargs cat |sed 's/\t/        /g'| awk 'length() > 80 { print $0}' | wc -l
>    1291
>
> (replace \t with whatever your shell needs to enter a literal tab .  Yes, this
> botches on the relatively rare line that has an embedded tab. Deal with it. ;).

Use expand.

$ find . -name '*.c' | xargs cat | expand | awk 'length() > 80 { print $0}' | wc -l
1125

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  reply	other threads:[~2004-02-20 15:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <16434.35199.597235.894615@napali.hpl.hp.com>
     [not found] ` <1077054385.2714.72.camel@thor.asgaard.local>
     [not found]   ` <16434.36137.623311.751484@napali.hpl.hp.com>
     [not found]     ` <1077055209.2712.80.camel@thor.asgaard.local>
     [not found]       ` <16434.37025.840577.826949@napali.hpl.hp.com>
     [not found]         ` <1077058106.2713.88.camel@thor.asgaard.local>
2004-02-17 23:28           ` radeon warning on 64-bit platforms David Mosberger
2004-02-17 23:44             ` Michel Dänzer
2004-02-17 23:48             ` Anton Blanchard
2004-02-18  0:51               ` David Mosberger
2004-02-18  1:54                 ` Matthew Wilcox
2004-02-18  1:59                   ` David Mosberger
2004-02-18  2:28                     ` Matthew Wilcox
2004-02-18  4:48                       ` David Mosberger
2004-02-19 22:30                       ` Valdis.Kletnieks
2004-02-20 15:51                         ` Andreas Schwab [this message]
2004-02-20 22:14                           ` Valdis.Kletnieks
2004-02-17 23:53             ` Linus Torvalds

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=jehdxl697f.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=anton@samba.org \
    --cc=davidm@hpl.hp.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michel@daenzer.net \
    --cc=torvalds@osdl.org \
    --cc=willy@debian.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox