mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Minor edits to #357
This commit is contained in:
parent
67f52f8317
commit
e2d63e7603
@ -1,2 +1,3 @@
|
||||
# convert file(iconv.src) from iso-8859-1 to utf-8 and save to /tmp/iconv.out
|
||||
# To 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 New Issue
Block a user