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:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=U30eK1w6AFQ84L+8C4u5UNozkMp7iuK1BCZm9fHaSluk8A 7kxYIk1OGGg9OyZLYFR1etqoCTkCA9hCopapug17RNoUxfDQESZqig/yZabTIUeK MQ46GFrsyxyEsR60fQImxjCik0cl2HYnczkGt48gGGujXBp+jrnBrbTAcm91Y= 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:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=wfCY+5nyP4QaA0CWnd+0NAuNvZg=; b=ad+gf0ftFhHUm21ipD1H zKITIsetnnbe/sXC0oGXm3FVhuikivbeDlrG0RsKNIh8gkc5Y5G9+OJ3L7AuYMyr E8xyCvjk52nxZK/WAHOlHCDMnJ897RuH6xJlAeP4YQgbbHWGrHlFwDRA0VgvkTJ8 DV78i+FTkzX7dCd5Nw1BBHE= 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=2.2 required=5.0 tests=AWL,BAYES_50,URI_HEX autolearn=no version=3.3.2 X-HELO: sam.nabble.com Date: Thu, 19 Dec 2013 08:06:00 -0800 (PST) From: buggsy2 To: cygwin AT cygwin DOT com Message-ID: <1387469160964-105052.post@n5.nabble.com> In-Reply-To: <52B26D8D.2050306@redhat.com> References: <1387308172671-105022 DOT post AT n5 DOT nabble DOT com> <1448668021 DOT 20131218051115 AT mtu-net DOT ru> <1387410123213-105043 DOT post AT n5 DOT nabble DOT com> <52B26D8D DOT 2050306 AT redhat DOT com> Subject: Re: Odd command line recall problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Excellent! I unset HISTIGNORE and use HISTCONTROL to remove duplicates. Also learned something about \t. What was in HISTIGNORE must have been the setup default perhaps, though not necessarily from cygwin, it might be from another bash shell setup. Eric Blake-3 wrote > On 12/18/2013 04:42 PM, buggsy2 wrote: >> Good idea, right now it's: >> >> 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'. -- View this message in context: http://cygwin.1069669.n5.nabble.com/Odd-command-line-recall-problem-tp105022p105052.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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