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.
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.
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