James Stone: TILs on sh

Atom feed for sh

sh Find sqlite dbs - 2024-11-25

Lots of applications use sqlite dbs. It can be useful to try and find them all. For this you can use the following command …

sh Adding auto complete in bash - 2024-08-29

in bash code completions are setup using the complete command …

sh Interactively debug a sh script - 2023-08-16

My common (ba)sh script setup is a bit like this: …