diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:41:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:41:49 -0700 |
commit | 96d19551c0ceaf98ad065930ee82b8ff7961d826 (patch) | |
tree | cf166e7853f8907caa9eca752e70bf85dead9b68 /cppawk.1 | |
parent | f4faff773cf7eb2b45d2658b5244d0a4c6a10c10 (diff) | |
download | cppawk-96d19551c0ceaf98ad065930ee82b8ff7961d826.tar.gz cppawk-96d19551c0ceaf98ad065930ee82b8ff7961d826.tar.bz2 cppawk-96d19551c0ceaf98ad065930ee82b8ff7961d826.zip |
If Bash is available, use process substitution.
Diffstat (limited to 'cppawk.1')
-rw-r--r-- | cppawk.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -84,6 +84,12 @@ is then invoked on this file. The file is deleted when .B awk terminates. +.IP "\fB\-\-nobash\fR" +Pretend that the shell which executes +.B cppawk +isn't GNU Bash, even if it is. This has the effect of disabling +the use of process substitution in favor of the use of a temporary file. + .IP "\fB\-M\fR, \fB\--bignum\fR" These two equivalent GNU Awk options are passed through to .BR awk , |