The following example shows that a file called ttce2xdr.1m is marked to be packed, and it is in the cache.
# cachefspack -i /usr/openwin/man/man1m/ttce2xdr.1m cachefspack: file /usr/openwin/man/man1m/ttce2xdr.1m marked packed YES, packed YES . . . |
The following example shows a directory called /usr/openwin, which contains a subdirectory bin. Three of the files in the bin subdirectory are: xterm, textedit, and resize. The file textedit is specified to be packed, but it is not in the cache. The file textedit is specified to be packed, and it is in the cache. The file resize is specified to be packed, but it is not in the cache.
$ cachefspack -i /usr/openwin/bin . . . cachefspack: file /bin/xterm marked packed YES, packed NO cachefspack: file /bin/textedit marked packed YES,packed YES cachefspack: file /bin/resize marked packed YES,packed NO . . . |