If you have any questions, please feel free to mail me..

This program is to restore the deleted files in sunos.4.1.3 systems.

Remember that this program is not perfect, and I do not know what
causes this program to be not perfect.  Since I could not find any
algorithmic bugs in this program, I feel very courious.

TO RESTORE THE DELETED FILES

[0] First you should know the inode numbers of the deleted files.
Since the UNIX OS has hiden the inode numbers of the deleted files
immediately after you deleted the files, you can not get the inode
numbers using ls -i.  However the parent directory of the deleted
files would have the corpses of the deleted files, you can get the
inode numbers manually by investigating the output of
$od -c parent_directory.

[1] Once you know the inode numbers of the deleted files, you can
restore the deleted files at the location of /tmp by using my program.

$ ri the.inode.number

---------
slightly tested in sunos.4.1.3.
