Examples (7)
Preprocess a specific file
ecpg input.pgcPreprocess from `stdin` and output to `stdout`
ecpg -o - -Preprocess and specify an output file
ecpg -o output.c input.pgcPreprocess a header file (`.pgh` extension)
ecpg input.pghPreprocess in a specific compatibility mode
ecpg -C INFORMIX|INFORMIX_SE|ORACLE input.pgcPreprocess with autocommit enabled
ecpg -t input.pgcmade by @shridhargupta | data from tldr-pages