[LLVMdev] Trailing whitespace removal complete
Misha Brukman
brukman at uiuc.edu
Thu Apr 21 17:26:00 PDT 2005
On Fri, Apr 22, 2005 at 02:21:05AM +0200, Markus F.X.J. Oberhumer wrote:
> Many thanks - attached you will find a list of files you still might
> want to consider.
Hmmm, those pesky .c and .in files, but I thought I covered all the .h
and .cpp files... darn.
OK, I'll trade you -- can you tell me how I can grep for a tab within a
file? The following don't work for me:
grep '\t'
grep '^T'
grep '^I'
Tried with grep and egrep.
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
More information about the llvm-dev
mailing list