/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find aber/cs25010/ -iname "*.txt" -printf 'cp %p %p\n' \ | sed 's/\.txt$/\.php/' \ | while read l; do eval $l; done