From 857e8afe74520dab491cd15a6fd7464980c56609 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 9 Oct 2017 20:18:03 +0200 Subject: add -q for quiet mode to redirect output of programs to /dev/null --- xe.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xe.1') 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. -- cgit 1.4.1