Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'And yet another way:' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
And yet another way:
Authored by: duelafn on Mar 14, '05 11:23:59AM
You should put double quotes around the variable names:
for FILE in *.txt; do mv "$FILE" "${FILE%.txt}.rtf"; done


[ Reply to This | # ]