From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26930 invoked from network); 30 Aug 1999 09:08:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Aug 1999 09:08:40 -0000 Received: (qmail 17647 invoked by alias); 30 Aug 1999 09:08:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7534 Received: (qmail 17640 invoked from network); 30 Aug 1999 09:08:33 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: find and tar RE: PATCH: _arguments and friends Date: Mon, 30 Aug 1999 13:08:21 +0400 Message-ID: <000201bef2c7$34f29780$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199908300855.KAA19951@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Just using the occasion. I remember suggestion to check, if find/tar support $cmd --help. I suggest this once more: - rename current _find/_tar to _gnu_find/_gnu_tar - make _find/_tar check if $cmd --help is suppported and call _gnu_$cmd version in this case - we can provide some fallback version (something like _std_find/_std_tar). I think, that using options from SingleUNIX would be nice for a start. The same applies to cpio (I think, we have it now?) I do not know, if it is possible to merge GNU/non-GNU in one function. /andrej