Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-02 Thread Tarin Mahmood
certainly they would be different, but this is the Ubuntu mailing list and bash is default on Ubuntu. that site looks very old ... may I suggest some? http://tuxradar.com/content/linux-tips-every-geek-should-know This one is also very nice http://www.shell-fu.org/ Mahmood -- Ubuntu Bangladesh

Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-02 Thread Nasimul Haque
Try Ctrl+R in the command line. Search your history by typing few strokes. -- M. Nasimul Haque, M.Sc.(SUST) Wessex Institute of Technology Southampton, UK -- Ubuntu Bangladesh mailing list ubuntu-bd@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-02 Thread Mustafa Golam -
On Mon, Mar 2, 2009 at 8:48 PM, Tarin Mahmood wrote: > forgot to mention, > the history is saved in ~/.bash_history file > It depends which shell you are using. Some excellent *nix HOWTOs are available at this URL: http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html It's worth to read them at leisu

Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-02 Thread Tarin Mahmood
forgot to mention, the history is saved in ~/.bash_history file you can execute a command from history using ![history no] pipe to grep to search like to search all ping commands history | grep ping there are many options, these are enough for my daily usage. Mahmood -- Ubuntu Bangladesh mai

Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-02 Thread Tarin Mahmood
> history Mahmood -- Ubuntu Bangladesh mailing list ubuntu-bd@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] how to find the command that used in shell

2009-03-01 Thread shiplu
On Sun, Mar 1, 2009 at 10:31 PM, Mahmud Rahman wrote: > how i find the command history that used in shell mode?? > > > mahmud > -- > Ubuntu Bangladesh mailing list > ubuntu-bd@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > See ~/.bash_history file -- A K M Mokaddim

[Ubuntu-BD] how to find the command that used in shell

2009-03-01 Thread Mahmud Rahman
how i find the command history that used in shell mode?? mahmud -- Ubuntu Bangladesh mailing list ubuntu-bd@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd