Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# iconv
> Converts text from one encoding to another
> Converts text from one encoding to another.
- convert file and print to stdout
- Convert file and print to stdout:
`iconv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
- convert file to current locale
- Convert file to current locale:
`iconv -f {{from_encoding}} {{input_file}} > {{output_file}}`
- list supported encodings
- List supported encodings:
`iconv -l`