kfile4 --version (return code: 0)
Qt: 4.8.7
KDE Development Platform: 4.14.16
kfile: 0.2
kfile4 --help (return code: 0)
Usage: kfile4 [Qt-options] [KDE-options] [options] [files]
A command-line tool to read and modify metadata of files.
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
-m, --nomimetype Do not print the mimetype of the given file(s)
--ls, --listsupported List all supported metadata keys.
--la, --listavailable List all metadata keys which have a value in the given file(s).
-q, --quiet Do not print a warning when more than one file was given and they do not all have the same mimetype.
--av, --allValues Prints all metadata values, available in the given file(s).
--dialog Opens a KDE properties dialog to allow viewing and modifying of metadata of the given file(s)
--getValue <key> Prints the value for 'key' of the given file(s). 'key' may also be a comma-separated list of keys
--setValue <key=value> Attempts to set the value 'value' for the metadata key 'key' for the given file(s)
Arguments:
files The file (or a number of files) to operate on.