This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to remove duplication in history?


Hi,

In bash, I could use the following command to remove all the duplicate
lines in command history. I'm wondering if this is possible in gdb.

# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups

Thanks,
Peng


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]