To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % ccat filename
  will list, a la cat, the compacted file named filename.

  WARNING: Take care not to use cat on compacted files: it can hang your
         terminal.

  See uncompact and compact for more on this.

To Index