readline.remove_history_item(pos)
Remove history item specified by its position from the history. The position is zero-based. This calls remove_history()
in the underlying library.
readline.remove_history_item(pos)
Remove history item specified by its position from the history. The position is zero-based. This calls remove_history()
in the underlying library.
Please login to continue.