Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 18:22:14 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368160 - head/usr.bin/iconv
Message-ID:  <202011291822.0ATIME1L036914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape (ports committer)
Date: Sun Nov 29 18:22:14 2020
New Revision: 368160
URL: https://svnweb.freebsd.org/changeset/base/368160

Log:
  iconv(1): Add EXAMPLE
  
  Just a small example to show simple usage.
  
  Approved by:	manpages (0mp@)
  MFC after:	2 weeks
  Differential Revision:		https://reviews.freebsd.org/D27385

Modified:
  head/usr.bin/iconv/iconv.1

Modified: head/usr.bin/iconv/iconv.1
==============================================================================
--- head/usr.bin/iconv/iconv.1	Sun Nov 29 17:42:32 2020	(r368159)
+++ head/usr.bin/iconv/iconv.1	Sun Nov 29 18:22:14 2020	(r368160)
@@ -104,6 +104,13 @@ Specifies the destination codeset name as
 .El
 .Sh EXIT STATUS
 .Ex -std iconv
+.Sh EXAMPLES
+Convert
+.Pa file.txt
+from IBM273 to UTF-8 and save the result to
+.Pa converted.txt :
+.Pp
+.Dl iconv -f IBM273 -t UTF-8 file.txt > converted.txt
 .Sh SEE ALSO
 .Xr mkcsmapper 1 ,
 .Xr mkesdb 1 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011291822.0ATIME1L036914>