[BACK]Return to shar.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / shar

Diff for /src/usr.bin/shar/shar.1 between version 1.6 and 1.7

version 1.6, 2000/03/10 20:17:52 version 1.7, 2002/02/13 08:33:47
Line 63 
Line 63 
 .Xr ls 1  .Xr ls 1
 and mail it to Rick:  and mail it to Rick:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 cd ls  $ cd ls
 shar `find . -print` \&|  mail -s "ls source" rick  $ shar `find . -print` \&|  mail -s "ls source" rick
 .Ed  .Ed
 .Pp  .Pp
 To recreate the program directory:  To recreate the program directory:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 mkdir ls  $ mkdir ls
 cd ls  $ cd ls
 \&...  \&...
 <delete header lines and examine mailed archive>  <delete header lines and examine mailed archive>
 \&...  \&...
 sh archive  $ sh archive
 .Ed  .Ed
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr compress 1 ,  .Xr compress 1 ,
Line 101 
Line 101 
 .Nm shar  .Nm shar
 may be easily examined with the command:  may be easily examined with the command:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 egrep -v '^[X#]' shar.file  $ egrep -v '^[X#]' shar.file
 .Ed  .Ed

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7