about summary refs log tree commit diff
path: root/xe.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-11 13:23:18 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-11 13:28:32 +0100
commitb3bc8cac0063a51ed44a118162d2df327d998576 (patch)
tree9994d90414413b3d5f8d7cfeb3af1d8cc063d408 /xe.1
parentdfb94adb2574b60e7eb403f00789ab6576960435 (diff)
downloadxe-b3bc8cac0063a51ed44a118162d2df327d998576.tar.gz
xe-b3bc8cac0063a51ed44a118162d2df327d998576.tar.xz
xe-b3bc8cac0063a51ed44a118162d2df327d998576.zip
support reading arguments from file with -f
Diffstat (limited to 'xe.1')
-rw-r--r--xe.110
1 files changed, 10 insertions, 0 deletions
diff --git a/xe.1 b/xe.1
index 81e3698..3e7ca50 100644
--- a/xe.1
+++ b/xe.1
@@ -13,6 +13,9 @@
 .Ar command\ ...
 .Nm
 .Op Ar flags\ ...
+.Fl f Ar argfile Ar command\ ...
+.Nm
+.Op Ar flags\ ...
 .Fl s Ar shellscript
 .Nm
 .Op Ar flags\ ...
@@ -48,6 +51,13 @@ must appears as its own word.
 .Pp
 If no argument is passed, default is
 .Sq Ic printf %s\en .
+.It Fl f Ar argfile
+Like previous,
+but read arguments from
+.Ar argfile
+instead of standard input.
+.Pp
+This will not close standard input for execution.
 .It Fl s Ar shellscript
 In this mode, the single argument
 .Ar shellscript