Bits and bytes of code

Bytes is my collection of short-form posts, tips, and things I learn as I build software.

I was writing a script the other day that I needed to accept some optional arguments. I found that I could use the getopt command, but turns out the simple approach was cleaner in the end.

Previous page