diff options
Diffstat (limited to 'gnu/usr.bin/perl/eg/findcp')
-rw-r--r-- | gnu/usr.bin/perl/eg/findcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/eg/findcp b/gnu/usr.bin/perl/eg/findcp index 3236ce37faa..b7831c5cee5 100644 --- a/gnu/usr.bin/perl/eg/findcp +++ b/gnu/usr.bin/perl/eg/findcp @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $RCSfile: findcp,v $$Revision: 1.1 $$Date: 1996/08/19 10:11:53 $ +# $RCSfile: findcp,v $$Revision: 1.2 $$Date: 1997/11/30 07:49:38 $ # This is a wrapper around the find command that pretends find has a switch # of the form -cp host:destination. It presumes your find implements -ls. |