Wednesday, September 22, 2021

Clear Linux History

https://unix.stackexchange.com/questions/49214/how-to-remove-a-single-line-from-history

  1. To clear all your history, use

    history -c
    
  2. To delete a single line, use

    history -d linenumber

No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass