Advertisement
Evoo

Change Mass Type File

Jan 29th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.06 KB | None | 0 0
  1. for file in *.php
  2. do mv "$file" "${file%.php}.txt"
  3. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement