logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Shell::Command - Cross-platform functions emulating common shell commands

Authors

       •   Michael G Schwern <schwern@pobox.com>

       •   Randy Kobes <r.kobes@uwinnipeg.ca>

       •   Florian Ragwitz <rafl@debian.org>

Description

       Thin wrapper around "ExtUtils::Command". See ExtUtils::Command for a description of available commands.

Name

       Shell::Command - Cross-platform functions emulating common shell commands

Synopsis

         use Shell::Command;

         mv $old_file, $new_file;
         cp $old_file, $new_file;
         touch @files;

See Also