Re: Odd command line recall problem

2013-12-19 Thread buggsy2
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 > >

Re: Odd command line recall problem

2013-12-18 Thread buggsy2
Good idea, right now it's: xyz:/cygdrive/d/>printenv HISTIGNORE &:[ \t]*:#* I'm not sure what all that does. But I don't think it would ignore the tac command. Andrey Repin wrote > Check your HISTIGNORE ? -- View this message in context: http://cygwin.1069669.n5.nabble.com/Odd-command-lin

Odd command line recall problem

2013-12-17 Thread buggsy2
Latest cygwin64 release as of posting on Windows 7x64 GNU bash, version 4.1.11(2)-release Running in the cygwin terminal (C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico ) The several commands I use all recall correctly using the up-arrow key. That is, I type a command, it executes, I can recal