Forrest logo
back to context overview

nkf

List of commands for nkf:

  • nkf:tldr:0b82b nkf: Convert to UTF-8 encoding and overwrite the file.
    $ nkf -w --overwrite ${filename-txt}
    try on your machine
    explain this command
  • nkf:tldr:37519 nkf: Convert to SHIFT_JIS encoding.
    $ nkf -s ${filename-txt}
    try on your machine
    explain this command
  • nkf:tldr:497eb nkf: Set new line code to CRLF and overwrite (windows type).
    $ nkf -c --overwrite ${filename-txt}
    try on your machine
    explain this command
  • nkf:tldr:5af16 nkf: Set new line code to LF and overwrite (UNIX type).
    $ nkf -d --overwrite ${filename-txt}
    try on your machine
    explain this command
  • nkf:tldr:cb2cc nkf: Convert to UTF-8 encoding.
    $ nkf -w ${filename-txt}
    try on your machine
    explain this command
  • nkf:tldr:d3d59 nkf: Decrypt mime file and overwrite.
    $ nkf -m --overwrite ${filename-txt}
    try on your machine
    explain this command
back to context overview