eet - Small tool to handle eet files.
Contents
Bugs
To report a bug, please visit http://bugs.enlightenment.org/Description
This manual page documents briefly the eet command
eet is a program that can extract, import, delete, list, decode and encode data from eet files.
Name
eet - Small tool to handle eet files.
Options
-l List all keys in FILE.EET.
-r Remove KEY in FILE.EET.
-x Extract data stored in KEY in FILE.EET and write to OUT-FILE
-d Extract and decode data stored in KEY in FILE.EET and write to OUT-FILE
-i Insert data to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
-e Insert and encode to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
Synopsis
eet -l FILE.EETeet -r FILE.EETKEYeet -x|-d FILE.EETKEYOUT-FILEeet -i|-e FILE.EETKEYIN-FILECOMPRESS
