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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -