From e2d63e760318081f7efef7c4d59ba70d35316e6f Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 19 Dec 2017 12:29:52 -0500 Subject: [PATCH] Minor edits to #357 --- cheat/cheatsheets/iconv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheat/cheatsheets/iconv b/cheat/cheatsheets/iconv index 8c396d6..7b20584 100644 --- a/cheat/cheatsheets/iconv +++ b/cheat/cheatsheets/iconv @@ -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