Skip to content
/ pcp Public

another file copy script with progress indicators and other stuff

License

Notifications You must be signed in to change notification settings

ardnew/pcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pcp

another command-line file copy script with other stuff


  • REQUIREMENTS

    This software was developed and tested with Perl v5.12.4 on Mac OS X 10.8.4, but any version of Perl 5 will work.

    The following Perl modules are required:

    Getopt::Long
    Pod::Usage
    File::Spec
    File::Path
    File::Find
    Time::HiRes
    

    And the following are optional:

    POSIX
    Term::ReadKey
    Benchmark
    Digest::MD5
    Digest::SHA
    

    All of these packages are either included with Perl 5 or available for free from CPAN at http://www.cpan.org.

  • INSTALLATION

    No installation is necessary. But for convenience, enable execute permissions and copy the script to an executable path directory:

    # example configuration for UNIX systems
    chmod +x pcp
    cp pcp /usr/local/bin
    
  • USAGE

    Please see the embedded man page for feature list, synopsis, and usage details:

    pcp --manpage
    
  • CONTACT

    e-mail: andrew@ardnew.com