Notes

I didn’t feel like changing the name of this directory, so it’s still coding.

Unicode

Web design

Quick notes

pandoc --wrap=preserve -f markdown -t markdown -S <filename>

Exports a Markdown file to another Markdown file but with smart quotes.


rename 's/\.old$/.new/' *.old

To quickly change a bunch of file extensions all at once.