EXAMPLES
To create a shell archive of the program ls(1) and mail it to Rick:
cd ls
shar find . -print | mail -s "ls source" rick
To recreate the program directory:
mkdir ls
cd ls
...
<delete header lines and examine mailed archive>
...
sh archive
SEE ALSO
compress(1), mail(1), tar(1), uuencode(1)
HISTORY
BUGS
sh(1).