在打开多个tmux窗格时,我使用.bashrc文件中的以下代码将所有内容保存在历史记录中:
# Avoid duplicates
HISTCONTROL=ignoredups:erasedups
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend
# After each command, append to the history file and reread it
export PROMPT_COMMAND="history -a; hi
我似乎已经发现,~/.bash_history文件不包含在使用向上箭头时显示的内容。我是通过这样的命令找到这个的
smbclient -L 10.2.10.240 -umyuser -p"mypassword on the command line is bad"
这个命令实际上是错误的,它有一个错误,-u实际上应该是一个-U,所以这个命令失败了。
然而,我也意识到,这样做是不好的,因为它将您的密码放入历史,我进入了.bash_history,有趣的是,它没有错误。它只有
smbclient -L 10.2.10.240
仅此而已。但是如果这变得很奇怪,如果您使用向上箭头,
用于从代码背后触发代码的代码段(C#中的JavaScript代码段)如下:
int returnValue = SaveStudent("John", "XII"); // SaveStudent() is a C# function that saves the student details in DB and returns studentId.
hdnStudentId = returnValue ; // hdnStudentId is a hidden-field control
ScriptManager.RegisterStartupScript