Thursday, May 6, 2010


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

Posted by Posted by WL at 1:24 PM
Categories:

0 comments  

Wednesday, May 5, 2010


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  

 
>