/ Published in: Bash
Expand |
Embed | Plain Text
find aber/cs25010/ -iname "*.txt" -printf 'cp %p %p\n' \ | sed 's/\.txt$/\.php/' \ | while read l; do eval $l; done
You need to login to post a comment.
find aber/cs25010/ -iname "*.txt" -printf 'cp %p %p\n' \ | sed 's/\.txt$/\.php/' \ | while read l; do eval $l; done
You need to login to post a comment.