aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-24 17:41:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-24 17:41:49 -0700
commit96d19551c0ceaf98ad065930ee82b8ff7961d826 (patch)
treecf166e7853f8907caa9eca752e70bf85dead9b68 /cppawk.1
parentf4faff773cf7eb2b45d2658b5244d0a4c6a10c10 (diff)
downloadcppawk-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.16
1 files changed, 6 insertions, 0 deletions
diff --git a/cppawk.1 b/cppawk.1
index 4a70a17..9aed0b5 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -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 ,