Re: [Ilugc] [Tip] See The MAN page for the last command

2010-10-21 Thread Raman.P
--- On Thu, 21/10/10, Tha.Suresh wrote: > See The MAN page for the last > command > > $ man !! > > $ man !!:0 > > This works in bash. The "!!:0" limits the argument to man > to be only > the first word of the last command. "!!:1" would be the > second, etc. > > > EX: > > a...@arul-desktop:

Re: [Ilugc] [Tip] See The MAN page for the last command

2010-10-20 Thread Govi
hi suresh, wonderful information , thanks *regards,* *Govi* ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] [Tip] See The MAN page for the last command

2010-10-20 Thread Tha.Suresh
See The MAN page for the last command $ man !! $ man !!:0 This works in bash. The "!!:0" limits the argument to man to be only the first word of the last command. "!!:1" would be the second, etc. EX: a...@arul-desktop:~$ ls | wc 17 17 153 a...@arul-desktop:~$ man !!:0 man ls a.