about summary refs log tree commit diff
path: root/xe.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-09 20:18:03 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-09 20:18:03 +0200
commit857e8afe74520dab491cd15a6fd7464980c56609 (patch)
treea6ba745444f00dbd4aad5a46fa47a0e816496165 /xe.1
parent2277deff5349d137cc3a58e499553103a6ebb502 (diff)
downloadxe-857e8afe74520dab491cd15a6fd7464980c56609.tar.gz
xe-857e8afe74520dab491cd15a6fd7464980c56609.tar.xz
xe-857e8afe74520dab491cd15a6fd7464980c56609.zip
add -q for quiet mode to redirect output of programs to /dev/null
Diffstat (limited to 'xe.1')
-rw-r--r--xe.15
1 files changed, 4 insertions, 1 deletions
diff --git a/xe.1 b/xe.1
index 4cf45bc..a693a95 100644
--- a/xe.1
+++ b/xe.1
@@ -6,7 +6,7 @@
 .Nd execute a command for every argument
 .Sh SYNOPSIS
 .Nm
-.Op Fl 0FLRnv
+.Op Fl 0FLRnqv
 .Oo Fl p | Fl I Ar replace-arg Oc
 .Op Fl N Ar maxargs
 .Op Fl j Ar maxjobs
@@ -123,6 +123,9 @@ Return with status 122 when no arguments have been specified
 never executes a command when no arguments are specified.
 .It Fl n
 Dry run: don't run the resulting commands, just print them.
+.It Fl q
+Quiet mode:
+redirect standard output and standard error of commands to /dev/null.
 .It Fl v
 Verbose: print commands to standard error before running them.
 When used twice, also print job id and exit status for each command.