Volltextergebnisse:
- string_operations
- mand normally sees a list of filenames (like "foo.txt bar.txt etc.txt") where DOS (COMMAND.COM) hands external programs... a way to accomplish a similar result: for i in *.txt; do cp $i ${i%.txt}.bak; done ... obviously this is more typing. If... chosen, and quoted arguments like: cp-pattern '*.txt' .bak ... note how the second pattern has no wil

