|
NAMEfswshow —
shows contents of a file information database
SYNOPSIS
DESCRIPTIONfswshow shows contents of file created by fswbuild(1) or fswcmp(1).the following options are available:
OUTPUT FORMATevery information has a header and body. the header contains three fields. the first is one sign: D, N, C, ? ; D (deleted), N (new), C (changed), ? (indefied). the second field is a mask and the third is a full path. a body has one entry for: D, N, ? ; and two entries for C (one for before and one for after change).if a file is created by fswbuild(1) every first field of header is the following sign: ? ;. if a file is created by fswcmp(1) every first field of header is one of the following sings: D, N, C ;. each entry can contain nine fields: inode, links, uid, gid, mode, size, flags, ctime, sha ; but only values specified in a mask has sense. SEE ALSOfswbuild(1), fswcmp(1), fswatch.conf(5)
Visit the GSP FreeBSD Man Page Interface. |