Kyle Shevlin 7/25/2015

Bash Shortcut: How to Make Directory and Change Directory in One Command

Read Original

This article provides a simple Bash shell function that combines the 'mkdir' and 'cd' commands. It explains how to define and use the function to create directories (including parent directories with -p) and change into the new directory in one step, improving command-line workflow efficiency.

Bash Shortcut: How to Make Directory and Change Directory in One Command

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week