Mass Renaming Files: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 24: Line 24:
=== In the Bash shell ===
=== In the Bash shell ===
for file in *.php; do mv "$file" "${file%.php}.gif"; done
for file in *.php; do mv "$file" "${file%.php}.gif"; done
[[Category:HowTo]]

Navigation menu