Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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}')
Comment

script to delete a range of history in terminal mac

for h in $(seq 1006 1008); do history -d 1006; done
Comment

PREVIOUS NEXT
Code Example
Shell :: gentoo enable all fonts 
Shell :: clamscan remove 
Shell :: fix nvidia drivers 
Shell :: batch copy and replace code 
Shell :: pre-removal script subprocess returned error exit status 127 
Shell :: install msno in jupyter notebook 
Shell :: Enable MySQL as a service FreeBSD 
Shell :: ex: java sr 
Shell :: install mongodb klai 
Shell :: powershell disable password complexity 
Shell :: curl tcp handshake ssl handshake time 
Shell :: install coreutils 
Shell :: brew mac install cargo with toolchain 
Shell :: how to resolve failing tests after database migration 
Shell :: UINSTALL EVERTYHING INNO 
Shell :: containerDS Desktop tool for docker images 
Shell :: ping command output to null in linux 
Shell :: sh /usr/lib/systemd/scripts/vmware no such file or directory 
Shell :: install hnswlib 
Shell :: installing kubens on ubuntu 
Shell :: git get data from the repo 
Shell :: bash files open instead of ecxecuting 
Shell :: shell script runner software for linux 
Shell :: extrapolate part of video linux 
Shell :: grafana grouped bar chart plugin 
Shell :: view in linux 
Shell :: ubuntu sed insert line after 
Shell :: how to install any new frameworks or libraries in centos 
Shell :: descobrir se porta esta aberta terminal linux telnet 
Shell :: manjaro set to never sleep 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =