Aug 4, 2021
Some shortcuts which certainly worth mentioning:
cd - (go back to previous directory)
mkdir -p parent_dir/child_dir (create nested directory structure)
echo $? (check the return code of previous command)
Some shortcuts which certainly worth mentioning:
cd - (go back to previous directory)
mkdir -p parent_dir/child_dir (create nested directory structure)
echo $? (check the return code of previous command)
Seasoned DevOps engineer — Jack of all trades master of None