Nathan Kallman
Kallmanation

Kallmanation

Follow
homebadges
Tag

command line

#command-line

More content

Read more stories on Hashnode


Articles with this tag

One Liner to Create and Move into a Directory (combining mkdir + cd)

Feb 8, 20212 min read

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...

One Liner to Create and Move into a Directory (combining mkdir + cd)