Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: comp func for xargs
- X-seq: zsh-workers 7548
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: comp func for xargs
- Date: Mon, 30 Aug 1999 16:06:55 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
...
Bye
Sven
diff -u oc/User/_xargs Completion/User/_xargs
--- oc/User/_xargs Mon Aug 30 16:06:49 1999
+++ Completion/User/_xargs Mon Aug 30 16:04:32 1999
@@ -0,0 +1,11 @@
+#compdef xargs
+
+_arguments \
+ -{p,t,x} \
+ -{e-,E}':end-of-file string:' \
+ -{i-,I}':replacement string for lines:' \
+ -{l-,L}':number of input lines:' \
+ '-n:maximum number of arguments:' \
+ '-s:maximum command line length:' \
+ ':command: _command_names -e' \
+ '*::args:_normal'
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author