One Liner to Create and Move into a Directory (combining mkdir + cd)
Almost every new project seems to start with the same thing:
$ mkdir new-project
$ cd new-project
In a GUI we would be stuck; but in the command line, we can make this one command instead of two!
Let's make a little function called mcd (for make and...
kallmanation.com2 min read