words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Bash
25
Jun 2020
How to fix terminal title after disconnecting from ssh
For some reason, ssh does not clean up after itself in terms of updating the terminal title when you disconnect. Here ...
20
Dec 2011
Looping from the bash commandline [1113]
I figured this out the other day from idle curiosity. There is occassionally the need to have a never ending loop to be...
21
Apr 2010
Linux bulk search and replace
Doing a bulk search and replace across a set of files is actually surprisingly easy. sed is the key. It has a flag - i ...