To extract part of a hugh file you can use SED. For example to extract from line 10,000 to 20,000 you do this :
sed -n 10000,20000p file.log
To extract part of a hugh file you can use SED. For example to extract from line 10,000 to 20,000 you do this :
Posted by Posted by
WL
at
1:24 PM
Categories:
Copyright 2007 | Blogger Templates by Blogcorwds and GeckoandFly
0 comments:
Post a Comment