Re: To escape saving double commands in shell command history.

2011-11-24 Thread Raf Czlonka
On Thu, Nov 24, 2011 at 10:01:00AM GMT, Sthu Deus wrote: > Thank You for Your time and answer, Raf: > > >> I try to escaping saving double commands in shell command history. > > > >The subject is somewhat confusing - escaping in regards to shell > >usually means something else :^) > > Ahh. Seems

Re: To escape saving double commands in shell command history.

2011-11-24 Thread Sthu Deus
Thank You for Your time and answer, Raf: >> I try to escaping saving double commands in shell command history. > >The subject is somewhat confusing - escaping in regards to shell >usually means something else :^) Ahh. Seems alright to me. :o) >> HISTCONTROL=ignoreboth > >Have you put the second

Re: To escape saving double commands in shell command history.

2011-11-24 Thread Raf Czlonka
On Thu, Nov 24, 2011 at 05:54:27AM GMT, Sthu Deus wrote: > Good time of the day. G'day. > I try to escaping saving double commands in shell command history. The subject is somewhat confusing - escaping in regards to shell usually means something else :^) > env shows among other things: > > SHE

To escape saving double commands in shell command history.

2011-11-23 Thread Sthu Deus
Good time of the day. I try to escaping saving double commands in shell command history. env shows among other things: SHELL=/bin/bash HISTCONTROL=ignoreboth as I understand, it should be enough to cease saving the already had commands - but it is not so - the commands are saved still. What ca