Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/b23a1da1fb2f9850c5feb94f70f5dc36 to your computer and use it in GitHub Desktop.
Save nghiahsgs/b23a1da1fb2f9850c5feb94f70f5dc36 to your computer and use it in GitHub Desktop.
for file in *.html
do
echo "$file"
#doi tnen file html thanh php
#mv -- "$file" "${file%.html}.php"
#doi ten file
# 2 dấu trừ
mv -- "$file" "old_${file}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment