Sometimes we want to use the output from one program as input to another program. This is achieved with UNIX pipes:
Someprogram | GMTprogram1 | GMTprogram2 >! Output-file (or | lp)