lkml.org 
[lkml]   [1998]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: is this fs corruption?
Hi,

Alan Cox:
> > Would it be possible to reduce this message to one (or zero) characters?
> > - printf(" -%u", i);
> > + printf("-");
>
> Whats wrong with
> 2>&1 | sed -e "whatever" ..

Two problems.

- It doesn't work too well when I have to manually fsck.

- Sed reads whole lines. You want to process a single 1-MByte line with
s/ -[0-9]*//g? Be my guest... but I suspect this won't be any faster than
leaving the sed off in the first case.

--
Matthias Urlichs | noris network GmbH | smurf@noris.de
The quote was selected randomly. Really. | http://www.noris.de/~smurf/
--
Looking at postcards is better than looking at the real thing.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.044 / U:0.956 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site