/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for i in *.txt; do mv $i ${i%%.txt}.html; done
URL: http://www.shell-fu.org/lister.php?id=140