ecpg
Verified for current stable LTS
Ecpg Command: Preprocess Header File
Use for preprocess header file with Ecpg. Exact CLI syntax to preprocess header file using Ecpg.
When to use this: Use for preprocess header file with Ecpg.
Command Syntax
ecpg <input.pgh> ecpg <input.pgh> Command Breakdown
ecpg is the base executable for this command.
FAQ
Purpose: Exact syntax to preprocess header file using Ecpg.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ecpg Command: Preprocess File
ecpg <input.pgc> Ecpg Command: Preprocess Stdin Output Stdout ecpg -o - - Ecpg Command: Preprocess Stdin Write File cat input.pgc | ecpg -o output.c - Ecpg Command: Preprocess Specify Output File ecpg -o <output.c> <input.pgc> Ecpg Command: Preprocess Compatibility Mode ecpg -C <INFORMIX|INFORMIX_SE|ORACLE> <input.pgc>