In sqlite-utils issue 439 I was testing against a CSV file that used UTF16 little endian encoding, also known as utf-16-le
. …
I wanted a script running as a non-root user to be able to restart a systemd service on my Ubuntu machine without needing a password. …
I had a long-running process and I wanted to check that it was at least doing something. …
I wanted to create a file with a shell one-liner where the file lived somewhere owned by root. …