X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=NXUuhCZLfIipJu/LoKESa+qaJeWjI 2g+2XwgoFsC3HiCWj7v1hDdLXXDy1Wwo1g7Q6cK8Ng8PdCTbPm9C1HbL43TORYmQ YFmGxzjCRfWZvMi22EEy1WLkR7uL3ohLtznGERtaKHwJ7VYQM8kwt7lsEkyzbUQZ ssHPMT/nezcPzs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=yla6fod9k9zE+25jIQQRTsWGyvQ=; b=eMM VztiM/bdXxAKn54iFwsAGfV2SKTYTH6fRJRnzldSLGKnDz8SCn0ZRk8faxJ1uJw6 NbqOiXq2imVYcr5RhyCij3ktI0/EHsRBHHQEEWjRU+17P722fYU6Yz+gMNJ9Yhwf NiUzDpu5bkCW73Hx4E6j7lnhB5OyHd9gYk/0mFXw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=pressing, press X-HELO: mail-lf0-f67.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PWFsfIR6cHmw1ryXfP67qod0BgCg7Cn8hP4iDLxO+wQ=; b=mJ83fvgWKV8XosnqHf8C7jM12+RWWy7xrQVlmfKlqEF3QOuPb/aIe/MJsN8aqtulAv TUBmDNhpKHjqHg5+6mpHtbvqa+QGsptf/o2Qf5lWMXcJc8FjSc0KdCKFeZsjCeUi15OU iyARVdY9mGMIQkwa7hY38rLTKqdzQbDh2uxYjGCTHKRM8ZIBqnjwLwpUt550pCY7ZRIG 0vH+bWH1B/daZhy+z5snwXWxXsIzxENsmcoIDHcanYj2VQ4QWTLE5aXev1uXbD2CxVic kbfmw2O5IgK1sMCQW9HnNkOyvw1O5VafHv1pryOf9uSGHZsfgnqKMoLg9XrLJ+xLq5gs T65A== X-Gm-Message-State: ALyK8tIbfkN1slO9rop0s+h5N9HTx1iEk5cEyLbLHB1QI2+1GoP0t39p/CJuw+aWiCgXjpdAFV/SWCiw30Sp0Q== X-Received: by 10.46.32.218 with SMTP id g87mr2704529lji.53.1467218359022; Wed, 29 Jun 2016 09:39:19 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Morten_Kj=C3=A6rulff?= Date: Wed, 29 Jun 2016 18:38:59 +0200 Message-ID: Subject: less '+&pattern' To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, I am trying to use less with an initial command of &pattern: printf 'A\nB\n' | less '+&B' Give me the text "&/B" at the topleft of my screen, and I have to press ENTER to do the actual filtering. Is this as it should be? ( printf 'A\nB\n' | less '+/B' Here line B is at top of screen, without the need for pressing ENTER ) /Morten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple