Volodymyr Lyubinets
2011-09-29 21:55:03 UTC
In class we used loop like:
for word in 'cat "$2"';do
However, there must be some mistake, since word iterates between words
cat and "$2", which is wrong. What is the problem?
for word in 'cat "$2"';do
However, there must be some mistake, since word iterates between words
cat and "$2", which is wrong. What is the problem?