0 کاربر و 2 مهمان درحال مشاهده موضوع.
~/.bash_history holds the history. To clear the bash history completely on the server. You can open terminal and type cat /dev/null > ~/.bash_historyOther alternative way is to link ~/.bash_history to /dev/nullOn my Ubuntu 12.10 box, The history comes back when I login back. I guess because the history entries has a copy in the memory and it will flush back to the file when you log out. The following command worked for me.cat /dev/null > ~/.bash_history && history -c && exit
داداش وقتی میگه کلیر کامپلیتلی دیگه احتمالا کلک احتمال رو کنده
history -c
... ، استفاده از اسپیس قبل دستور، ...
نقلقول از: PunkGeek در 23 تیر 1393، 05:53 بظ... ، استفاده از اسپیس قبل دستور، ...چه ایده ی جالبی!
نقلقول از: Overlord در 23 تیر 1393، 06:21 بظنقلقول از: PunkGeek در 23 تیر 1393، 05:53 بظ... ، استفاده از اسپیس قبل دستور، ...چه ایده ی جالبی! البته برای این که اسپیس کار بکنه این باید تو bashrc باشه :HISTCONTROL=ignorespace
rm ~/.bash_history
خوب پاکش کن!کد: [انتخاب]rm ~/.bash_history