home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / fixcpio / README < prev   
Encoding:
Text File  |  1987-03-01  |  339 b   |  18 lines

  1. Tue Jan 27 12:22:37 PST 1987
  2.  
  3. This is a program for fixing broken cpio -c archives.  It is commonly
  4. used to recover a backup when disk 10 from a 30 disk archive has gotten
  5. trashed.
  6.  
  7. It is often the "help" required by "Out of phase--get help."
  8.  
  9. To compile, either go:
  10.  
  11.     cc -O fixcpio.c -o fixcpio
  12.     
  13. or on System V say:
  14.  
  15.     make fixcpio    
  16.  
  17. -dB
  18.