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 :: git pull rebase 
Shell :: rename multiple files in linux 
Shell :: apache install 
Shell :: remove directory from linux 
Shell :: how to open directory in linux using command 
Shell :: get my ip address linux 
Shell :: how to mount a flash drive in wsl 
Shell :: bash variable execute 
Shell :: svn commit file 
Shell :: bash store script output in variable 
Shell :: how to shutdown windows 11 in powershell 
Shell :: linux command to open a file 
Shell :: select my keyboard ubuntu server 
Shell :: install bootstrap vue 
Shell :: linux min 19.10 install virtualbox 
Shell :: git use cat instead of less 
Shell :: how to unistall dependencies 
Shell :: copy local repo 
Shell :: shell redirect all to /dev/null 
Shell :: git rebase 
Shell :: aws cli stop rds instance 
Shell :: how to use brew to install ganache 
Shell :: how to create docker secret in kubernetes 
Shell :: sed between two patterns 
Shell :: git first time 
Shell :: Please tell me who you are. in git 
Shell :: configure: error: --with-openssl was given but OpenSSL could not be detected 
Shell :: change keyboard layout linux 
Shell :: make error readline/readline.h 
Shell :: create vue app locally 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =