You May Also Enjoy
Nix Split A File By Line Number
less than 1 minute read
Nix: Convert reStructuredText to Markdown
less than 1 minute read
I’ve used pandoc a lot before to convert Markdown files to PDFs. I just found out it can also convert reStructuredText text files to Markdown format:
Nix: Get source directory of a script within the script
less than 1 minute read
```bash #!/bin/bash
Mac: Logout a user from the command line
less than 1 minute read
sudo launchctl bootout gui/$(id -u <username>) # or sudo launchctl bootout user/$(id -u <username>) Works on macOS 10.11.x or later.
Comments