From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schwab Date: Fri, 20 Feb 2004 15:51:00 +0000 Subject: Re: radeon warning on 64-bit platforms Message-Id: List-Id: References: <1077054385.2714.72.camel@thor.asgaard.local> <16434.36137.623311.751484@napali.hpl.hp.com> <1077055209.2712.80.camel@thor.asgaard.local> <16434.37025.840577.826949@napali.hpl.hp.com> <1077058106.2713.88.camel@thor.asgaard.local> <16434.41884.249541.156083@napali.hpl.hp.com> <20040217234848.GB22534@krispykreme> <16434.46860.429861.157242@napali.hpl.hp.com> <20040218015423.GH11824@parcelfarce.linux.theplanet.co.uk> <16434.50928.682219.187846@napali.hpl.hp.com> <20040218022831.GI11824@parcelfarce.linux.theplanet.co.uk> <200402192230.i1JMUifj004565@turing-police.cc.vt.edu> In-Reply-To: <200402192230.i1JMUifj004565@turing-police.cc.vt.edu> (Valdis Kletnieks's message of "Thu, 19 Feb 2004 17:30:44 -0500") MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Valdis.Kletnieks@vt.edu Cc: Matthew Wilcox , davidm@hpl.hp.com, torvalds@osdl.org, Michel D?nzer , Anton Blanchard , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org 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 i= t. ;). Use expand. $ find . -name '*.c' | xargs cat | expand | awk 'length() > 80 { print $0}'= | wc -l 1125 Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."