/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name *.php3 | sed 's/\(.*\).php3$/mv & \1.php/' | sh sudo find . -name "BULUSHI-CLOTHES-RANGE-*" | sed 's/BULUSHI-CLOTHES-RANGE-\(.*\)/mv & \1/' | sed 's/^\.\/\(.*\)/\1/' | sh