mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 05:32:13 +01:00
Merge branch 'patch-1' of https://github.com/zrongh90/cheat into zrongh90-patch-1
This commit is contained in:
commit
67f52f8317
1 changed files with 2 additions and 0 deletions
2
cheat/cheatsheets/iconv
Normal file
2
cheat/cheatsheets/iconv
Normal 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
|
Loading…
Reference in a new issue