Chinaunix
标题:
在~/.bash_logout 重定向数据不起作用是怎么回事??
[打印本页]
作者:
xhh_linux
时间:
2016-05-16 18:33
标题:
在~/.bash_logout 重定向数据不起作用是怎么回事??
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
date >> ~/.myhistory
history 50 >> ~/.myhistory
clear
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi
~
以上是个人用户主文件夹下的.bash_logout 文件内容
不知道为什么注销后再回来查看.myhistory文件,却没有内容????为什么啊
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2