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