Instead of doing:
mkdir build
cd build
or:
mv build build_2017_03_03
cd build_2017_03_03
What is one command that does both?
Instead of doing:
mkdir build
cd build
or:
mv build build_2017_03_03
cd build_2017_03_03
What is one command that does both?