Re: command not found

2010-07-03 Thread Ed Greshko
On 07/04/2010 11:58 AM, Tim wrote: > Jurek Bajor: > >>> Bash is a too important application to be subjected to that kind of >>> "experimentation" ! >>> > Geoffrey Leach: > >> Agreed! >> > Hmm, imagine the fun and games of running a script with a lot of typing > errors! :-\ > >

Re: command not found

2010-07-03 Thread Tim
Jurek Bajor: >> Bash is a too important application to be subjected to that kind of >> "experimentation" ! Geoffrey Leach: > Agreed! Hmm, imagine the fun and games of running a script with a lot of typing errors! :-\ -- [...@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send privat

Re: command not found

2010-07-03 Thread Frank Murphy
On 03/07/10 22:04, Geoffrey Leach wrote: --snip-- >> I think somebody went over the hills ... >> Bash is a too important application to be subjected to that kind of >> "experimentation" ! >> >> Jurek > > Agreed! I think it's cool, has helped me install missing packages at times, have also seen goo

Re: command not found

2010-07-03 Thread Geoffrey Leach
On 07/03/2010 10:19:18 AM, Jurek Bajor wrote: > Hi, > this is the current state of the matter: > > [...@localhost ~]$ clera > bash: /usr/libexec/pk-command-not-found: No such file or directory > [r...@localhost jb]# yum install PackageKit-command-not-found > ... > [r...@localhost jb]# clera

Re: Command not found

2010-07-03 Thread Geoffrey Leach
thanks. On 07/02/2010 09:23:20 PM, Ralf Corsepius wrote: > On 07/03/2010 01:53 AM, Geoffrey Leach wrote: > > As in: > > ge...@mtranch[30]->clera > > Command not found. Similar command is: 'clear' > > > > Which would explain the annoying pause after I mis-type something. > > bash-4.1.7-1.fc13.i686

Re: Command not found

2010-07-02 Thread Ralf Corsepius
On 07/03/2010 01:53 AM, Geoffrey Leach wrote: > As in: > ge...@mtranch[30]->clera > Command not found. Similar command is: 'clear' > > Which would explain the annoying pause after I mis-type something. > bash-4.1.7-1.fc13.i686 > > Anyone know how to suppress this nonsense? One possility is you hav

Re: Command not found

2010-07-02 Thread Craig White
On Fri, 2010-07-02 at 18:44 -0700, Geoffrey Leach wrote: > On 07/02/2010 05:19:07 PM, JD wrote: > > On 07/02/2010 05:05 PM, Craig White wrote: > > > On Fri, 2010-07-02 at 16:53 -0700, Geoffrey Leach wrote: > > >> As in: > > >> ge...@mtranch[30]->clera > > >> Command not found. Similar command is:

Re: Command not found

2010-07-02 Thread Geoffrey Leach
On 07/02/2010 05:19:07 PM, JD wrote: > On 07/02/2010 05:05 PM, Craig White wrote: > > On Fri, 2010-07-02 at 16:53 -0700, Geoffrey Leach wrote: > >> As in: > >> ge...@mtranch[30]->clera > >> Command not found. Similar command is: 'clear' > >> > >> Which would explain the annoying pause after I mis

Re: Command not found

2010-07-02 Thread JD
On 07/02/2010 05:05 PM, Craig White wrote: > On Fri, 2010-07-02 at 16:53 -0700, Geoffrey Leach wrote: >> As in: >> ge...@mtranch[30]->clera >> Command not found. Similar command is: 'clear' >> >> Which would explain the annoying pause after I mis-type something. >> bash-4.1.7-1.fc13.i686 >> >> An

Re: Command not found

2010-07-02 Thread Craig White
On Fri, 2010-07-02 at 16:53 -0700, Geoffrey Leach wrote: > As in: > ge...@mtranch[30]->clera > Command not found. Similar command is: 'clear' > > Which would explain the annoying pause after I mis-type something. > bash-4.1.7-1.fc13.i686 > > Anyone know how to suppress this nonsense? What no

Re: Command not found

2010-07-02 Thread Tom Horsley
On Fri, 02 Jul 2010 16:53:53 -0700 Geoffrey Leach wrote: > Which would explain the annoying pause after I mis-type something. > bash-4.1.7-1.fc13.i686 > > Anyone know how to suppress this nonsense? I put this in my ~/.bashrc unset -f command_not_found_handle But you can also quash it system