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:
0
comments
To concatenate PDFs use ghost script this way
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output-file.pdf p1.pdf p2.pdf
Posted by Posted by
WL
at
12:44 PM
Categories:
0
comments
Copyright 2007 | Blogger Templates by Blogcorwds and GeckoandFly