/ Published in: Bash

URL: http://www.shell-fu.org/lister.php?id=140
Expand |
Embed | Plain Text
for i in *.txt; do mv $i ${i%%.txt}.html; done
You need to login to post a comment.
URL: http://www.shell-fu.org/lister.php?id=140
for i in *.txt; do mv $i ${i%%.txt}.html; done
You need to login to post a comment.