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

Diff for /src/usr.bin/rsh/Attic/rsh.1 between version 1.11 and 1.12

version 1.11, 2002/05/06 22:50:03 version 1.12, 2002/11/14 02:57:28
Line 126 
Line 126 
 while quoted meta-characters are interpreted on the remote machine.  while quoted meta-characters are interpreted on the remote machine.
 For example, the command  For example, the command
 .Pp  .Pp
 .Dl rsh otherhost cat remotefile >> localfile  .Dl $ rsh otherhost cat remotefile >> localfile
 .Pp  .Pp
 appends the remote file  appends the remote file
 .Ar remotefile  .Ar remotefile
Line 134 
Line 134 
 .Ar localfile ,  .Ar localfile ,
 while  while
 .Pp  .Pp
 .Dl rsh otherhost cat remotefile \&">>\&" other_remotefile  .Dl $ rsh otherhost cat remotefile \&">>\&" other_remotefile
 .Pp  .Pp
 appends  appends
 .Ar remotefile  .Ar remotefile

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12