複数のPostScriptファイルを一つに

 cygwinのgsで

$ gs -dBATCH -dNOPAUSE -sDEVICE=pswrite -sOutputFile=temp.ps *.ps

 pdfファイルにする場合は

$ gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=temp.pdf *.ps

 詳しくはman gsを読む。


 psmergeというコマンドでも出来るみたい

$ psmerge -otemp.ps *.ps