Asking for idea of how to cd into recently downloaded exercise

right now I am using
cd `exercism download --track=go --exercise=wordy`

is there other way to this but by using command after the download like
exercism download --track=go --exercise=wordy | somecommand

Thanks in advance.

There’s a method for this described here: Testing on the Bash track | Exercism's Docs

1 Like

from what glennj mention, I decide to modify it since it only works with bash but I am using zsh. and I would like to share it with others here

1 Like