Scroll to navigation

nk2export LOCAL nk2export

NAME

nk2exportexports items stored in a Nickfile (NK2)

SYNOPSIS

nk2export [-c codepage] [-l logfile] [-t target] [-hqvV] source

DESCRIPTION

nk2export is a utility to export items stored in a Nickfile (NK2)

nk2export is part of the libnk2 package. libnk2 is a library to access the Nickfile (NK2) format

source is the source file.

The options are as follows:

codepage
specify the codepage of ASCII strings, options: ascii, windows-874, windows-932, windows-936, windows-949, windows-950, windows-1250, windows-1251, windows-1252 (default), windows-1253, windows-1254, windows-1255, windows-1256, windows-1257 or windows-1258
shows this help
logfile
specify the file in which to log information about the exported items
quiet shows minimal status information
target
specify the target directory to export to (default is the source filename followed by .export)
verbose output to stderr
print version

ENVIRONMENT

None

FILES

None

EXAMPLES

# nk2export Outlook.NK2
nk2export 20110704

Opening file.
Exporting aliases.
Processing alias 1 out of 1.
...
Exporting alias 4 out of 4. Export completed.

DIAGNOSTICS

Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.

BUGS

Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: https://github.com/libyal/libnk2/

AUTHOR

These man pages were written by Joachim Metz.

COPYRIGHT

Copyright (C) 2009-2024, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

nk2info(1)

April 20, 2019 libnk2