1
2
#!/bin/bash
echo "Start convert in .tmp files \n"
In this snippet, first I convert files to new files with *.tmp extension, backup actual all *.php files to *.bak files and finally move tmp files to php files.
*.bak = original files with old encoding
*.bak = original files with old encoding
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.