Horje
script to delete a range of history in terminal mac Code Example
script to delete a range of history in terminal mac
for h in $(seq 1006 1008); do history -d 1006; done; history -d $(history 1 | awk '{print $1}')
script to delete a range of history in terminal mac
for h in $(seq 1006 1008); do history -d 1006; done




Shell

Related
how to save ssh keygen How to add ssh keys to a specific user in linux? Code Example how to save ssh keygen How to add ssh keys to a specific user in linux? Code Example
speedtest cli mac Code Example speedtest cli mac Code Example
Cannot find module 'chrome-aws-lambda' Code Example Cannot find module 'chrome-aws-lambda' Code Example
zsh deno command not found Code Example zsh deno command not found Code Example
git list files only upto 1-levels Code Example git list files only upto 1-levels Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10