From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id E11AF28CC9 for ; Tue, 4 Jun 2024 21:30:22 +0200 (CEST) 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:To:From:Date: References:In-Reply-To:Message-Id:MIME-Version:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=ubVwdcBhZPo+hlTAGJV/9O7H+qYM6SnoEL8ypSIkrZc=; b=MwLBxKjHs+0DMw/R20dUlbuZjJ Bh6zweKoxUF0ERRFLsrwkmycbMjHe6d4jYtcMID5RAeyKVUiEPI/nJBL0Z/p930enUOkRvLrEwaaG 9I3Xl4x+Pp3Onsx0kvS3TOZ4nwIUm3bnsRIcawfrQDWySiA2r/xVHqWUHkVWi94bx2LCd4MAAJbA1 Riyo8YUnOMLmO5x81RBDR98gNgIr187uZbkWagui/Jg1ele8kYxIhXHNsTJI/w030cXpyfp2UG2sN nT3Tpe9TNCPB4hQl/a7fhSqlHnbXl9WPDn1PrXr2eoyZOQyTC12yT9xDq3Ph3TVBGxic31lRzLcws 4v+tAFwg==; Received: by zero.zsh.org with local id 1sEZrS-000NsA-BK; Tue, 04 Jun 2024 19:30:22 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1sEZpt-000MsG-F1; Tue, 04 Jun 2024 19:28:45 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailfauth.nyi.internal (Postfix) with ESMTP id DB3261200066 for ; Tue, 4 Jun 2024 15:28:43 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Tue, 04 Jun 2024 15:28:43 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrvdelgedgudefvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesth dtredtreerjeenucfhrhhomhepnfgrfihrvghntggvucggvghljoiiqhhuvgiiuceolhgr rhhrhihvseiishhhrdhorhhgqeenucggtffrrghtthgvrhhnpeeileevheefgffhffeihe dtieegvdfgkeffteejgfetledtiedviedvteeukeegkeenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuth hhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghr rhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id AB60831A0065; Tue, 4 Jun 2024 15:28:43 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-497-g97f96844c-fm-20240526.001-g97f96844 MIME-Version: 1.0 Message-Id: <0aec5772-b9a6-4d99-ba0a-820ea11c260a@app.fastmail.com> In-Reply-To: References: <32c690d4-fe7f-4d89-ac99-829fa64cca15@eastlink.ca> Date: Tue, 04 Jun 2024 15:28:13 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-users@zsh.org Subject: Re: history puzzle Content-Type: text/plain X-Seq: 29999 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Tue, Jun 4, 2024, at 2:12 PM, Mark J. Reed wrote: > What's "history -m"? Doesn't that just look for items in the history > containing "-m"? It's the same as "fc -lm": it lists history events that are within the (explicitly or implicitly) specified range and that match the pattern given as the option-argument to -m. -- vq