bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Commands containing UTF8 characters mess up bash history


From: Ryan Cunningham
Subject: Re: Commands containing UTF8 characters mess up bash history
Date: Sat, 1 Mar 2014 15:24:19 -0800

Then you might want to file a formal bug report using 'bashbug'. Reply with the 
bug report. In the meanwhile, reinstall Bash using these commands, to find out 
if the problem occurs upstream (if it doesn't, don't report it here):

wget ftp://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
tar -xzvf bash-4.3.tar.gz
cd bash-4.3
./configure --prefix=/ --datarootdir=/usr/share --sharedstatedir=/usr/com 
--includedir=/usr/include
make
make install
cd ..
rm -rf bash-4.3
exit

Sent from my iPad

> On Mar 1, 2014, at 2:13 PM, Yuri <yuri@rawbw.com> wrote:
> 
>> On 03/01/2014 14:07, Ryan Cunningham wrote:
>> You could use the command "history -c" to clear the history in case this 
>> becomes a real issue. I don't have a real fix.
> 
> The problem is that it comes back over and over again.
> 
> Yuri


reply via email to

[Prev in Thread] Current Thread [Next in Thread]