From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29222 invoked from network); 6 Apr 2022 22:08:49 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 6 Apr 2022 22:08:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=AYbFCskB2XjFJsJvlV9FULnc2xIPhG1tGSfihkCxQpE=; b=ozs7paDunW9/25CxpM40xrq47e SiuRR3i59PfR2tlbZ9SR7a4C1B71+lWA1fvP3vQ/A2TKIiKl99fDvofqsTsN98gwLKsvsMbXpCVfS t8tNq0a1NtOpro4sGYiTwxWW+gz3KM+UNhiVnb1VFO1t/+wCZXQJClRj5sWnXtjSJM5HOktVeK+EU 2bcSB5wX7tZp4xdmJCfZLjBoxrOSW9kyOHJjROtufJQ8YfsfEua1byxV26CFVeldILS4r+Ip969Ti o32D2TLbj6RlTdjBM20EtcANoS5VZeYVvJTBKJqfNEDuzojIJyzo4AKYSPrlUYpFfiJnNq3tj/L/M QiXVYj5A==; Received: from authenticated user by zero.zsh.org with local id 1ncDpZ-000MMz-4q; Wed, 06 Apr 2022 22:08:49 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1ncDp2-000M3h-MD; Wed, 06 Apr 2022 22:08:17 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 0394827C0054; Wed, 6 Apr 2022 18:08:15 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Wed, 06 Apr 2022 18:08:15 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudejjedgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreerjeenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpeeikeejveeludegfeeigfeulefggfdttdegheevvdehvdeigfehvdff uedvvdeuheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqudduhedu keejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrghsth hmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id D1D9921E0073; Wed, 6 Apr 2022 18:08:14 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-386-g4174665229-fm-20220406.001-g41746652 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <2012c0c3-78e0-7116-0972-6121d3c68203@vorpal.se> Date: Wed, 06 Apr 2022 18:07:53 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Bart Schaefer" , Vorpal Cc: zsh-workers@zsh.org Subject: Re: [Bug] Errors in find completion Content-Type: text/plain X-Seq: 50009 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Wed, Apr 6, 2022, at 5:11 PM, Bart Schaefer wrote: > On Wed, Apr 6, 2022 at 8:55 AM Vorpal wrote: >> >> 1. Missing handling of -newerXY: > > Ubuntu 20.0x LTS has this option, as does MacOS does, at least as far > back as Catalina. At least back to Leopard! > Neither one lists this variation in --help output. lol % find --help find: illegal option -- - find: illegal option -- h find: illegal option -- e find: illegal option -- l find: illegal option -- p usage: find [-H | -L | -P] [-EXdsx] [-f file] [file ...] [expression] > On MacOS, these can also be "inverted" as -Bnewer, -mnewer, etc., This appears to be the case on Leopard as well. -- vq