Pack files in the cache using the cachefspack command.
$ cachefspack -p filename |
In this command,
-p |
Specifies that you want the file or files packed. This is also the default. |
filename |
Specifies the name of the cached file or directory you want packed in the cache. When you specify a directory to be packed, all of its subdirectories are also packed. For more information about the cachefspack command, see the man page. |
The following example specifies the file cm (Calendar Manager) to be packed in the cache.
$ cachefspack -p /usr/openwin/bin/cm |
The following example shows several files specified to be packed in the cache.
$ cachefspack -p /usr/openwin/bin/xcolor /usr/openwin/bin/xview |
The following example shows a directory specified to be packed in the cache.
$ cachefspack -p /usr/openwin/bin |