From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29892 invoked from network); 30 Aug 1999 14:26:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Aug 1999 14:26:50 -0000 Received: (qmail 6747 invoked by alias); 30 Aug 1999 14:26:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7548 Received: (qmail 6740 invoked from network); 30 Aug 1999 14:26:37 -0000 Date: Mon, 30 Aug 1999 16:06:55 +0200 (MET DST) Message-Id: <199908301406.QAA22038@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: comp func for xargs ... 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@informatik.hu-berlin.de