Mtree
From Just Solve the File Format Problem
(Difference between revisions)
(displaytitle) |
m (Updated a link) |
||
Line 5: | Line 5: | ||
}} | }} | ||
{{DISPLAYTITLE:mtree}} | {{DISPLAYTITLE:mtree}} | ||
− | |||
'''mtree''' is a format associated with the <code>mtree</code> utility from BSD Unix. It is a text format, containing a list of file names and attributes (sizes, timestamps, permissions, checksums, etc.). It is typically used to verify that files are in the expected state. | '''mtree''' is a format associated with the <code>mtree</code> utility from BSD Unix. It is a text format, containing a list of file names and attributes (sizes, timestamps, permissions, checksums, etc.). It is typically used to verify that files are in the expected state. | ||
Line 15: | Line 14: | ||
== Software == | == Software == | ||
− | * [ | + | * [https://github.com/archiecobbs/mtree-port mtree-port] |
* [http://www.libarchive.org/ libarchive] | * [http://www.libarchive.org/ libarchive] | ||
Latest revision as of 14:10, 18 October 2015
mtree is a format associated with the mtree
utility from BSD Unix. It is a text format, containing a list of file names and attributes (sizes, timestamps, permissions, checksums, etc.). It is typically used to verify that files are in the expected state.
Contents |
[edit] Identification
Files begin with ASCII characters "#mtree
".