gash/tests/30-for-substitution.sh

4 lines
68 B
Bash
Raw Normal View History

2018-11-03 10:29:34 +00:00
for file in `echo foo.o bar.o`; do
echo compiling $file...
done