Merging PostScript (PS) files

I've found the following command pretty useful in merging PS files:

gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=output.ps input1.ps input2.ps ... etc