diff options
author | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
commit | 79072805bf63abe5b5978b5928ab00d360ea3e7f (patch) | |
tree | 96688fcd69f9c8d2110e93c350b4d0025eaf240d /eg/g | |
parent | e334a159a5616cab575044bafaf68f75b7bb3a16 (diff) | |
download | perl-79072805bf63abe5b5978b5928ab00d360ea3e7f.tar.gz |
perl 5.0 alpha 2perl-5a2
[editor's note: from history.perl.org. The sparc executables
originally included in the distribution are not in this commit.]
Diffstat (limited to 'eg/g')
-rw-r--r-- | eg/g/gcp | 2 | ||||
-rw-r--r-- | eg/g/gcp.man | 2 | ||||
-rw-r--r-- | eg/g/ged | 2 | ||||
-rw-r--r-- | eg/g/gsh | 2 | ||||
-rw-r--r-- | eg/g/gsh.man | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Header: gcp,v 4.0 91/03/20 01:10:05 lwall Locked $ +# $RCSfile: gcp,v $$Revision: 4.1 $$Date: 92/08/07 17:20:15 $ # Here is a script to do global rcps. See man page. diff --git a/eg/g/gcp.man b/eg/g/gcp.man index 8f4fa44b19..1198554858 100644 --- a/eg/g/gcp.man +++ b/eg/g/gcp.man @@ -1,4 +1,4 @@ -.\" $Header: gcp.man,v 4.0 91/03/20 01:10:13 lwall Locked $ +.\" $RCSfile: gcp.man,v $$Revision: 4.1 $$Date: 92/08/07 17:20:17 $ .TH GCP 1C "13 May 1988" .SH NAME gcp \- global file copy @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Header: ged,v 4.0 91/03/20 01:10:22 lwall Locked $ +# $RCSfile: ged,v $$Revision: 4.1 $$Date: 92/08/07 17:20:18 $ # Does inplace edits on a set of files on a set of machines. # @@ -1,6 +1,6 @@ #! /usr/bin/perl -# $Header: gsh,v 4.0 91/03/20 01:10:40 lwall Locked $ +# $RCSfile: gsh,v $$Revision: 4.1 $$Date: 92/08/07 17:20:20 $ # Do rsh globally--see man page diff --git a/eg/g/gsh.man b/eg/g/gsh.man index 845d1f51fd..2958707fb0 100644 --- a/eg/g/gsh.man +++ b/eg/g/gsh.man @@ -1,4 +1,4 @@ -.\" $Header: gsh.man,v 4.0 91/03/20 01:10:46 lwall Locked $ +.\" $RCSfile: gsh.man,v $$Revision: 4.1 $$Date: 92/08/07 17:20:22 $ .TH GSH 8 "13 May 1988" .SH NAME gsh \- global shell |