Using `in` to run a command in multiple directories
Recently, I found a cool Go utility named in that allows you to run a command in a directory you specify. When you run the in command with a directory that doesn't exist it first creates the directory and runs the command. So this command is cool bec...
Dec 23, 20213 min read208