/os-scripts/Function/mkcd.txt
http://os-scripts.googlecode.com/ · Plain Text · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 2a7e05bfbf8dc1723c2036cd34c15b35 MD5 · raw file
- #Building in ~/.bashrc
- # mkdir, cd into it
- mkcd () {
- mkdir -p "$*"
- cd "$*"
- }