Answers for "bash history delete entry"

1

bash history delete entry

Just check the enumeration of your commands history and then delete them:
history -d 7 #Deletes seventh command in your history list
Posted by: Guest on November-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language