home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: hostname Chapter 2
UNIX Commands
Next: Reference: id
 

iconv



iconv -f

 

from_encoding

 

-t

 

to_encoding

 [

file

]

Convert the contents of file from one character set ( from_encoding ) to another ( to_encoding ). If the destination character set provides no equivalent for a character, it is converted to an underscore (_). Supported conversion sets are listed in the directory /usr/lib/iconv .


Previous: Reference: hostname UNIX in a Nutshell: System V Edition Next: Reference: id
Reference: hostname Book Index Reference: id

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System