PREVIOUS: System basics | UP: Course Outline | NEXT: Analytical tools |
myprogram | gpl <options>
g++ myprogram1.cc -o myprogram1
myprogram1 | gpl [options] -P > file1.ps
python myprogram2.py > file2.txt
ps2pdf file1.ps file1.pdf
a2ps file2.txt -o file2.ps
ps2pdf file2.ps file2.pdf
a2ps file2.txt -o - | ps2pdf - file2.pdf
a2ps myprogram1.cc -o myprogram1.cc.ps
ps2pdf myprogram1.cc.ps myprogram1.cc.pdf
a2ps myprogram2.py -o - | ps2pdf - myprogram2.py.pdf
pdftk file1.pdf file2.pdf myprogram1.cc.pdf myprogram2.py.pdf cat output all.pdf