Re: strange bash (prompt) problem

2013-03-19 Thread MJ
On Mar 19, 2013, at 11:17 PM, jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > MJ writes: > >> Hi, >> >> Sometimes, maybe once ever 100 commands or so, I get the following type of >> error: >> >> [root@black socklog]# dmesg | less >> -bash: $'\302\240less': command not found > > Here

Re: strange bash (prompt) problem

2013-03-19 Thread Jérémie Courrèges-Anglas
MJ writes: > Hi, > > Sometimes, maybe once ever 100 commands or so, I get the following type of > error: > > [root@black socklog]# dmesg | less > -bash: $'\302\240less': command not found Here you have an UTF-8 non-breaking space character. > It is not reproducible, at least I don't know how t

strange bash (prompt) problem

2013-03-19 Thread MJ
Hi, Sometimes, maybe once ever 100 commands or so, I get the following type of error: [root@black socklog]# dmesg | less -bash: $'\302\240less': command not found It is not reproducible, at least I don't know how to reproduce it. Hitting up arrow will reproduce it, but typing the command agai