ecpg
Verified for current stable LTS
Ecpg Command: Preprocess Specify Output File
Use for preprocess specify output file with Ecpg. Exact CLI syntax to preprocess specify output file using Ecpg.
When to use this: Use for preprocess specify output file with Ecpg.
Command Syntax
ecpg -o <output.c> <input.pgc> ecpg -o <output.c> <input.pgc> Command Breakdown
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to preprocess specify output 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 Header File ecpg <input.pgh> Ecpg Command: Preprocess Compatibility Mode ecpg -C <INFORMIX|INFORMIX_SE|ORACLE> <input.pgc>