Install and Usage
This commit is contained in:
parent
29ab086409
commit
9fab78689b
15
README.md
15
README.md
|
@ -22,3 +22,18 @@ r.pl
|
||||||
On the local machine, it will wait, till *s.pl* will request, how many Bytes the local file has.
|
On the local machine, it will wait, till *s.pl* will request, how many Bytes the local file has.
|
||||||
*r.pl* opens and stats this file and responses. Every content it will append to this file,
|
*r.pl* opens and stats this file and responses. Every content it will append to this file,
|
||||||
till *s.pl* will announce an other file.
|
till *s.pl* will announce an other file.
|
||||||
|
|
||||||
|
Install
|
||||||
|
=======
|
||||||
|
|
||||||
|
First install ruby on your machine.
|
||||||
|
Perl - i think - is already installed on all your machines.
|
||||||
|
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
|
||||||
|
./c.rb <MACHINE> DIR/REGEXP DEST
|
||||||
|
|
||||||
|
This will copy files, which match expression REGEXP in DIR on MACHINE to local-dir DEST.
|
||||||
|
|
Loading…
Reference in a new issue