create iconv

add new iconv for code convert
This commit is contained in:
zrongh90 2017-10-31 16:00:16 +08:00 committed by GitHub
parent cdf573a725
commit 181403e7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
cheat/cheatsheets/iconv Normal file
View File

@ -0,0 +1,2 @@
# convert file(iconv.src) from iso-8859-1 to utf-8 and save to /tmp/iconv.out
iconv -f iso-8859-1 -t utf-8 iconv.src -o /tmp/iconv.out