Re: Seeing command history when using MATE terminal

2020-04-19 Thread David
On Sat, 18 Apr 2020 at 22:15, wrote: > On Saturday, April 18, 2020 07:00:53 AM David wrote: > > On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: > > > I can see any *ONE* previous commands by using the up-arrow key. > > > But I need to see the *complete* history. F1 is no "Help". > > > Obviou

Re: Seeing command history when using MATE terminal

2020-04-18 Thread Keith Bainbridge
On 18/4/20 10:14 pm, rhkra...@gmail.com wrote: On Saturday, April 18, 2020 07:00:53 AM David wrote: On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: I can see any *ONE* previous commands by using the up-arrow key. But I need to see the *complete* history. F1 is no "Help". Obviously its stor

Re: Seeing command history when using MATE terminal

2020-04-18 Thread David Wright
On Sat 18 Apr 2020 at 09:31:10 (-0400), songbird wrote: > David wrote: > > On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: > >> > >> I can see any *ONE* previous commands by using the up-arrow key. > >> But I need to see the *complete* history. F1 is no "Help". > >> Obviously its stored in a f

Re: Seeing command history when using MATE terminal

2020-04-18 Thread songbird
David wrote: > On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: >> >> I can see any *ONE* previous commands by using the up-arrow key. >> But I need to see the *complete* history. F1 is no "Help". >> Obviously its stored in a file. Where? > > Reading https://mywiki.wooledge.org/BashFAQ/088 give

Re: [Thanks all] - Re: Seeing command history when using MATE terminal

2020-04-18 Thread rhkramer
t, the oldest are dropped. $HISTSIZE is the limit in within a terminal, the default is 500 -- setting it to a negative number makes it unlimited $HISTFILESIZE is a limit on the size of the command history file (in lines)

Re: Seeing command history when using MATE terminal

2020-04-18 Thread rhkramer
On Saturday, April 18, 2020 07:00:53 AM David wrote: > On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: > > I can see any *ONE* previous commands by using the up-arrow key. > > But I need to see the *complete* history. F1 is no "Help". > > Obviously its stored in a file. Where? > * so if a use

Re: [Thanks all] - Re: Seeing command history when using MATE terminal

2020-04-18 Thread tomas
On Sat, Apr 18, 2020 at 06:52:23AM -0500, Richard Owlett wrote: [...] > There's one thing I don't understand - erasure of previous history. > https://mywiki.wooledge.org/BashFAQ/088 states it as: > >... it overwrites the existing history with the new version. That's because it reads the history

[Thanks all] - Re: Seeing command history when using MATE terminal

2020-04-18 Thread Richard Owlett
On 04/18/2020 05:19 AM, Richard Owlett wrote: I can see any *ONE* previous commands by using the up-arrow key. But I need to see the *complete* history. F1 is no "Help". Obviously its stored in a file. Where? TIA Using 'cat ~/.bash_history' gives desired format (i.e. without the line numbers

Re: Seeing command history when using MATE terminal

2020-04-18 Thread David
On Sat, 18 Apr 2020 at 20:20, Richard Owlett wrote: > > I can see any *ONE* previous commands by using the up-arrow key. > But I need to see the *complete* history. F1 is no "Help". > Obviously its stored in a file. Where? Reading https://mywiki.wooledge.org/BashFAQ/088 gives some tips that might

Re: Seeing command history when using MATE terminal

2020-04-18 Thread Tony van der Hoff
On 18/04/2020 11:19, Richard Owlett wrote: I can see any *ONE* previous commands by using the up-arrow key. But I need to see the *complete* history. F1 is no "Help". Obviously its stored in a file. Where? TIA Well, for Bash, the file is at ~/.bash_history (as set in $HISTFILE), but, bew

Re: Seeing command history when using MATE terminal

2020-04-18 Thread Liam O'Toole
On Sat, 18 Apr, 2020 at 05:19:40 -0500, Richard Owlett wrote: > I can see any *ONE* previous commands by using the up-arrow key. > But I need to see the *complete* history. F1 is no "Help". > Obviously its stored in a file. Where? > TIA Use the 'history' command, or 'cat ~/.bash_history'. Assumes

Seeing command history when using MATE terminal

2020-04-18 Thread Richard Owlett
I can see any *ONE* previous commands by using the up-arrow key. But I need to see the *complete* history. F1 is no "Help". Obviously its stored in a file. Where? TIA

Re: command history via Web-console.

2012-05-03 Thread Muhammad Yousuf Khan
purpose i would like to know the command history that has >> been ran via Web console. does linux provide any option by which i can >> check the history of commands. > > The operating system is simply a framework on which applications run. > The operating system will not keep

Re: command history via Web-console.

2012-05-02 Thread Christofer C. Bell
On Wed, May 2, 2012 at 3:21 AM, Muhammad Yousuf Khan wrote: > Hello everyone, > > > I am using few web front end tools in debian and other destros and for > learning purpose i would like to know the command history that has > been ran via Web console. does linux provide any opt

command history via Web-console.

2012-05-02 Thread Muhammad Yousuf Khan
Hello everyone, I am using few web front end tools in debian and other destros and for learning purpose i would like to know the command history that has been ran via Web console. does linux provide any option by which i can check the history of commands. Thanks, MYK -- To UNSUBSCRIBE

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 s

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 >

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 amon

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

Re: Command history

2011-04-29 Thread Richard Hector
On Thu, 2011-04-28 at 15:13 +0300, Sophoklis Goumas wrote: > $ pgrep bash > $ kill or kill $$ I use that whenever I type/paste a password into my shell in the wrong sequence :-) (I actually kill -9 $$ just to be sure :-) Richard -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian

Re: Command history

2011-04-28 Thread Andrei Popescu
On Jo, 28 apr 11, 15:13:11, Sophoklis Goumas wrote: > > Instead of tampering with your system what would you say on issuing those > sensitive commands in a new shell and then KILL that shell? Cool ideea ;) > For example: > > $ echo "This will propably get into .bash_history." > This will propab

Re: Command history

2011-04-28 Thread shawn wilson
(heh, just realized that my earlier reply didn't go to the list) at any rate, thank y'all, preceding the command with space does the job just fine. i'll have to read up on HISTCONTROL and HISTIGNORE. these look pretty powerful (for my use). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: Command history

2011-04-28 Thread Andrew McGlashan
Hi Shawn, shawn wilson wrote: Is there a way to have a command that does not show up in history? Or a way to pipe a string where the string doesn't show up in history? Ie, I set some passwords with: echo "some string and stuff" ¦ sha512sum (Probably with cut and awk and other such things) And

Re: Command history

2011-04-28 Thread Kelly Clowers
On Wed, Apr 27, 2011 at 23:51, Vangelis Katsikaros wrote: > On 04/28/2011 02:25 AM, Kamaraju S Kusumanchi wrote: >> >> shawn wilson wrote: >> >>> Is there a way to have a command that does not show up in history? Or a >>> way to pipe a string where the string doesn't show up in history? >>> >>> Ie

Re: Command history

2011-04-28 Thread Sophoklis Goumas
On Thu, Apr 28, 2011 at 01:58, shawn wilson wrote: > ... > > And I'd like a way for my system to not store my password scheme. I'd prefer > something better than editing my history file. Instead of tampering with your system what would you say on issuing those sensitive commands in a new shell an

Re: Command history

2011-04-28 Thread Arno Schuring
shawn wilson (ag4ve...@gmail.com on 2011-04-27 18:58 -0400): > Is there a way to have a command that does not show up in history? Or > a way to pipe a string where the string doesn't show up in history? see the HISTIGNORE variable in the bash manual, and edit ~/.bashrc accordingly. Most used is so

Re: Command history

2011-04-28 Thread Clive Standbridge
> Is there a way to have a command that does not show up in history? > Or a way to pipe a string where the string doesn't show up in > history? > > Ie, I set some passwords with: > echo "some string and stuff" | sha512sum > (Probably with cut and awk and other such things) Apart from beginning th

Re: Command history

2011-04-27 Thread Vangelis Katsikaros
On 04/28/2011 02:25 AM, Kamaraju S Kusumanchi wrote: shawn wilson wrote: Is there a way to have a command that does not show up in history? Or a way to pipe a string where the string doesn't show up in history? Ie, I set some passwords with: echo "some string and stuff" ¦ sha512sum (Probably w

Re: Command history

2011-04-27 Thread Kamaraju S Kusumanchi
shawn wilson wrote: > Is there a way to have a command that does not show up in history? Or a > way to pipe a string where the string doesn't show up in history? > > Ie, I set some passwords with: > echo "some string and stuff" ¦ sha512sum > (Probably with cut and awk and other such things) > >

Command history

2011-04-27 Thread shawn wilson
Is there a way to have a command that does not show up in history? Or a way to pipe a string where the string doesn't show up in history? Ie, I set some passwords with: echo "some string and stuff" ¦ sha512sum (Probably with cut and awk and other such things) And I'd like a way for my system to n

Re: debugger command history

2006-02-11 Thread linux china
Hi, the two pkgs only fix the problem while debuging normal perl program. If I want to interactive debug modperl program using Apache::DB then they won't work, ) - : On 2/10/06, linux china <[EMAIL PROTECTED]> wrote: Thanks you very much, libterm-readline-perl-perl solved my issue. On 2/10/06, Joe

Re: debugger command history

2006-02-09 Thread linux china
Thanks you very much, libterm-readline-perl-perl solved my issue. On 2/10/06, Joey Hess <[EMAIL PROTECTED]> wrote: linux china wrote:> I use 'perl -d ' to debug my code, and use up and down arrow to view the> debugger command that I have inputed, but in my Debian 3.1 system, the up arrow> doesn't

Re: debugger command history

2006-02-09 Thread Joey Hess
linux china wrote: > I use 'perl -d ' to debug my code, and use up and down arrow to view the > debugger command that I have inputed, but in my Debian 3.1 system, the up > arrow > doesn't function. I don't know why, anyone could help? Try installing libterm-readline-gnu-perl or libterm-readline-p

debugger command history

2006-02-09 Thread linux china
hi, I use 'perl -d ' to debug my code, and use up and down arrow to view the debugger command that I have inputed, but in my Debian 3.1 system, the up arrow doesn't function. I don't know why, anyone could help?

vim and command history

2002-09-09 Thread Patrik Modesto
Hi, Is it correct for VIM to set history to 20 on every :sp command? On :e the history is not changed. I have 'set hi=150' in /etc/vim/vimrc and ~/.vimrc. Using: VIM - Vi IMproved 6.1 (2002 Mar 24, compiled May 4 2002 18:31:09) Included patches: 1-48 Compiled by Wichert Akkerman <[EMAIL PROTEC

Re: bash command history

1997-08-09 Thread Philippe Troin
On Sat, 09 Aug 1997 02:22:32 EDT Paul Miller ([EMAIL PROTECTED]) wrote: > Is there any way to get bash to work like 4dos? -- If you type the first > couple of characters of a command in history, it will only scroll through > those commands begining with those characters... ^R aka CTRL-R man rea

bash command history

1997-08-09 Thread Paul Miller
Is there any way to get bash to work like 4dos? -- If you type the first couple of characters of a command in history, it will only scroll through those commands begining with those characters... -Paul -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] .