gash/tests/30-for-substitution.sh

4 lines
68 B
Bash

for file in `echo foo.o bar.o`; do
echo compiling $file...
done