https://github.com/gusenov/convert-files-encoding-sh
Автоматическое преобразование кодировок для указанных файлов.
https://github.com/gusenov/convert-files-encoding-sh
bash-script bashscript convert-encoding encoding encoding-convertors shell-script shell-scripts shellscript
Last synced: 3 months ago
JSON representation
Автоматическое преобразование кодировок для указанных файлов.
- Host: GitHub
- URL: https://github.com/gusenov/convert-files-encoding-sh
- Owner: gusenov
- License: mit
- Created: 2018-03-22T08:48:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T11:57:31.000Z (about 7 years ago)
- Last Synced: 2024-12-31T03:12:42.740Z (5 months ago)
- Topics: bash-script, bashscript, convert-encoding, encoding, encoding-convertors, shell-script, shell-scripts, shellscript
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Links
- [bash - How to loop through a directory recursively to delete files with certain extensions - Stack Overflow](https://stackoverflow.com/a/4638900/2289640)
- [xargs — Википедия](https://ru.wikipedia.org/wiki/Xargs)
- [shell - `find -name` pattern that matches multiple patterns - Stack Overflow](https://stackoverflow.com/a/17818604/2289640)- [Пакеты/Python/Chardet - Wiki Портала-Python программистов](http://wiki.python.su/Пакеты/Python/Chardet)
- [utf 8 - How can I be sure of the file encoding? - Stack Overflow](https://stackoverflow.com/a/35938919/2289640)- [recode — Википедия](https://ru.wikipedia.org/wiki/Recode)
- [unicode - Best way to convert text files between character sets? - Stack Overflow](https://stackoverflow.com/a/64888/2289640)
- [Recode commandline utility](https://docs.seneca.nl/Smartsite-Docs/Features-Modules/Features/Tools/Recode-commandline-utility.html)
- [linux - How to recode to UTF-8 conditionally? - Super User](https://superuser.com/a/719319)- [Shell scripting - how to properly parse output, learning examples. - Stack Overflow](https://stackoverflow.com/a/9270056/2289640)
- [linux - How to compare strings in Bash - Stack Overflow](https://stackoverflow.com/a/2237103/2289640)
- [Other Comparison Operators](http://tldp.org/LDP/abs/html/comparison-ops.html)- [How do I parse command line arguments in Bash? - Stack Overflow](https://stackoverflow.com/a/14203146/2289640)