Changes between Version 16 and Version 17 of Concatenate
- Timestamp:
- Aug 20, 2013, 8:56:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v16 v17 32 32 33 33 {{{ 34 for f in ./*.wav; do echo "file '$f'" >> mylist.txt 34 for f in ./*.wav; do echo "file '$f'" >> mylist.txt; done 35 35 printf "file '%s'\n" ./*.wav > mylist.txt 36 36 }}}