Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
find and tar RE: PATCH: _arguments and friends
- X-seq: zsh-workers 7534
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: find and tar RE: PATCH: _arguments and friends
- Date: Mon, 30 Aug 1999 13:08:21 +0400
- Importance: Normal
- In-reply-to: <199908300855.KAA19951@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author