You can create a bootable USB to install macOS with one command, without any third party software.
[Read More]
Get String Between Two Characters
A simple regex
By default awk splits strings into columns based on whitespace. We can tell awk to use a different input field separator (IFS) via the -F option.
[Read More]
Hello World, TIL!
This will be a collection of concise write-ups on small things I learn day to day that don't really warrant a full blog post.
[Read More]