Shell::Command - Cross-platform functions emulating common shell commands |
Shell::Command - Cross-platform functions emulating common shell commands
use Shell::Command;
mv $old_file, $new_file; cp $old_file, $new_file; touch @files;
Thin wrapper around ExtUtils::Command. See the ExtUtils::Command manpage for a description of available commands.
Michael G Schwern schwern@pobox.com
.
Currently maintained by
Randy Kobes r.kobes@uwinnipeg.ca
.
Shell::Command - Cross-platform functions emulating common shell commands |