Something like -c so that when the directory is created it will also change your current directory to it `mkdir -c my_dir` Would be the same as `mkdir my_dir && cd my_dir`
Something like -c so that when the directory is created it will also change your current directory to it
mkdir -c my_dirWould be the same as
mkdir my_dir && cd my_dir