Discussion:
[ast-developers] Fwd: [developer] Review: 3795 find does not support -path or -ipath
Cedric Blancher
2013-05-29 10:21:41 UTC
Permalink
Does AST find support the -path and ipath options?

Ced

---------- Forwarded message ----------
From: Andrew Stormont <andyjstormont at gmail.com>
Date: 29 May 2013 00:06
Subject: [developer] Review: 3795 find does not support -path or -ipath
To: "<developer at lists.illumos.org>" <developer at lists.illumos.org>


Hi,

Please can I get a review of this patch which adds -path and -ipath
options to the find command.
I'm not sure if the man page changes are correct, but I can say that
it does pass cstyle.

Patch: https://github.com/stormos-next/overlay/blob/master/sys-kernel/illumos/files/find-path-option.patch.

Thanks,
Andy

-------------------------------------------
illumos-developer
Archives: https://www.listbox.com/member/archive/182179/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182179/21175010-3e2de3b9
Modify Your Subscription:
https://www.listbox.com/member/?member_id=21175010&id_secret=21175010-7e834616
Powered by Listbox: http://www.listbox.com
--
Cedric Blancher <cedric.blancher at googlemail.com>
Institute Pasteur
Glenn Fowler
2013-05-29 14:07:41 UTC
Permalink
for any ast command you can query the existence of an option like this

find --?path
find --?ipath

these have been there since at least 1999-03-11 when it was converted to optget()
Post by Cedric Blancher
Does AST find support the -path and ipath options?
Ced
---------- Forwarded message ----------
From: Andrew Stormont <andyjstormont at gmail.com>
Date: 29 May 2013 00:06
Subject: [developer] Review: 3795 find does not support -path or -ipath
To: "<developer at lists.illumos.org>" <developer at lists.illumos.org>
Hi,
Please can I get a review of this patch which adds -path and -ipath
options to the find command.
I'm not sure if the man page changes are correct, but I can say that
it does pass cstyle.
Patch: https://github.com/stormos-next/overlay/blob/master/sys-kernel/illumos/files/find-path-option.patch.
Thanks,
Andy
-------------------------------------------
illumos-developer
Archives: https://www.listbox.com/member/archive/182179/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182179/21175010-3e2de3b9
https://www.listbox.com/member/?member_id=21175010&id_secret=21175010-7e834616
Powered by Listbox: http://www.listbox.com
--
Cedric Blancher <cedric.blancher at googlemail.com>
Institute Pasteur
_______________________________________________
ast-developers mailing list
ast-developers at lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-developers
Loading...