X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type; q=dns; s=default; b=PuKLEY
	zDnPASm56qnfsF/rX9uW1zq12VDGlGY/8CnR4tH8YmG4+C4950YoCftqtNxRMn3S
	5t2w4WqIianlcGrF46sh/poDte3jPgj/ZdFIVI3TbLOaaWiLDAjaY0oPT97JjIv3
	+WZPL86benbMvAxFby3E2igHdCkA/QKXr3iCw=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type; s=default; bh=gzCobS+tPJFG
	Ji5XZPeUrnLnwFQ=; b=qE5KHEcSVHkiFeoxdsgpbPeJ9i7kSPePzUZAWcNQBqeE
	73DiMGhK6NGNgNz5hl4WXFztyiLIjH4uWs1xufa4ZNrc895wrn0IL12VSiWBt0WA
	SfQXk2qa/4uJgCeDg7h0vn4uQuQgWdMuTxFSGsi43mgJmzo3h4KUknaVsok2Tmw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mx1.redhat.com
Message-ID: <52B26D8D.2050306@redhat.com>
Date: Wed, 18 Dec 2013 20:52:45 -0700
From: Eric Blake <eblake@redhat.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Odd command line recall problem
References: <1387308172671-105022.post@n5.nabble.com> <1448668021.20131218051115@mtu-net.ru> <1387410123213-105043.post@n5.nabble.com>
In-Reply-To: <1387410123213-105043.post@n5.nabble.com>
OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="44P5Wtu5LFhMUXRhaIWiBjqwV5xr5de78"
X-IsSubscribed: yes

--44P5Wtu5LFhMUXRhaIWiBjqwV5xr5de78
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 12/18/2013 04:42 PM, buggsy2 wrote:
> Good idea, right now it's:
>=20
> xyz:/cygdrive/d/>printenv HISTIGNORE
> &:[ \t]*:#*

This says:

ignore duplicate commands,
ignore any command starting with space, backslash, or t,
ignore any comment

and tac starts with 't'.

Oh, you wanted to ignore tab?  Well, in bash regular expressions, [\t]
stands for two characters; if you want to ignore tab, you have to type a
literal TAB character instead.

>=20
> I'm not sure what all that does. But I don't think it would ignore the tac
> command.

Like it or not, it IS ignoring the tac command.

--=20
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


--44P5Wtu5LFhMUXRhaIWiBjqwV5xr5de78
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJSsm2NAAoJEKeha0olJ0Nq07EIAJVGx/58GCjN+MKjxhAnnyQe
RNVoeCZ9YN4cw/E8SmPLQfsFXLNiwf99va4XfSdNG07hILSWPke3jAAPdPg2hr7M
LZoZiBQBHXXupssOo5aQj2qWdyOqBb/hgqJccyU+sEeLg9XRVoVB5Mm7oTe20u0Z
Jtm3uCkMUX2wBUdWEj2mdqUC4/8FFEZGsNd02trZK2T8x04xabpRqJwJq6/8HVOi
GoH/kH6ys3Bi4AhOD9xaevaLLI/e8JVtOy9rgBiCk2eI5C3KopCNHsf2BgZJaPK8
mJewQtnm2vEmZHVHdPRjIowZbsqvm3hQSEkw38BB++0oYT+I+wf7BhsxWm6dg/c=
=lU1x
-----END PGP SIGNATURE-----

--44P5Wtu5LFhMUXRhaIWiBjqwV5xr5de78--
