bash - zsh not finding terminal command -
i'm trying read every line of file gems, instance line gems.txt: active_directory -v 1.6.0.
while read line "gem dependency $line --remote" done < gems.txt and i'm getting
zsh: command not found: gem dependency active_directory -v 1.6.0 --remote i have no clue why happening.
i removed quotes following cyrus advice , worked.
Comments
Post a Comment