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 again will make it go away. It 
seems to only happen when piping output through something.

Any ideas how to fix this?


[root@black ~]# cat .bash_profile 
alias ll='ls -al'

PAGER=less
PATH=/usr/local/bin:/usr/local/sbin:$PATH
PS1="[\u@\h \W]# "
LANG=en_US.UTF-8
PKG_PATH=http://ftp.funet.fi/pub/mirrors/ftp.openbsd.org/pub/OpenBSD/5.2/packages/i386


export PAGER PATH PKG_PATH PS1 LANG



Thanks.

Reply via email to