[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] pasted command not available in history
From: |
Peng Yu |
Subject: |
Re: [Help-bash] pasted command not available in history |
Date: |
Sat, 20 Jul 2013 23:09:45 -0500 |
> Perhaps you are pasting a leading space and have
> HISTCONTROL=ignorespace set?
For my case, I see it is due to the following. Why I have 4 spaces
between '[' and ']'. Where is this variable set? Thanks.
~$ echo "$HISTIGNORE"
[ ]*:&:bg:fg:exit
--
Regards,
Peng