shell - Remove duplicate records in history file of KSH -


how can set in ksh's .kshrc duplicate records in history file deleted after every command?

thanks

ksh93 has never supported option rewrite history.

some shells write history file on exit, or on request. ksh93 writes after every command, generate lots of synchronous i/o.

in environments (e.g., nfs) affect interactive experience, causing shell wait after each command.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -