← All tips

Bash: run a command in a directory

bashworkflow

Avoid cd side effects using subshells.

(cd dist && ls -la)