Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to delete history in Linux

history -c
#it's help to delete all the history of linux
Comment

history delete linux

Just check the enumeration of your commands history and then delete them:
history -d 7 #Deletes seventh command in your history list
Comment

PREVIOUS NEXT
Code Example
Shell :: workbench linux 
Shell :: wsl restart 
Shell :: commit to a new branch 
Shell :: jekyll run 
Shell :: awk sum column 
Shell :: install code ubuntu 
Shell :: node latest version ubuntu 
Shell :: shell script in jenkins pipeline 
Shell :: remove directory from git 
Shell :: kill wine process 
Shell :: npm bootstrap 
Shell :: nestjs dockerfile 
Shell :: bash add new line to crontab 
Shell :: git ~ vs ^ 
Shell :: linux shutdown 
Shell :: install virtualbox ubuntu 
Shell :: ping madule for ansible 
Shell :: echo -e flag 
Shell :: git stash with message 
Shell :: how to remove a directory in git 
Shell :: set gunicorn timeout via command 
Shell :: git list remote branches 
Shell :: debian sudo without password 
Shell :: fish add rust to path 
Shell :: get vscode extensions with ps1 
Shell :: check if systemctl service is running linux 
Shell :: Ports are not available: listen tcp 0.0.0.0:61616: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 
Shell :: linux port 
Shell :: kill screen sessions 
Shell :: install react-player react 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =