Bash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
sudo systemctl restart atlbitbucket | sudo systemctl restart atlbitbucket | ||
</source> | </source> | ||
<source lang="bash"> | |||
# clear all | |||
history -c | |||
history -w | |||
# delete line | |||
history -d 2013 | |||
history -w | |||
</source> | |||
==References== | ==References== | ||
* [[Execute bash script from URL]] | * [[Execute bash script from URL]] |
Revision as of 23:11, 15 May 2019
sudo systemctl stop firewalld
sudo systemctl stop ipchains
sudo systemctl stop iptables
sudo systemctl restart jira
sudo systemctl restart atlbitbucket
# clear all
history -c
history -w
# delete line
history -d 2013
history -w