rafaelmaeuer
2/16/2017 - 9:16 AM

Temporarily change current working directory in bash to run a command - From http://stackoverflow.com/questions/10382141/temporarily-change-

Temporarily change current working directory in bash to run a command - From http://stackoverflow.com/questions/10382141/temporarily-change-current-working-directory-in-bash-to-run-a-command

(cd SOME_PATH && exec_some_command)