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


Shell-Command documentation  | view source Contained in the Shell-Command distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Shell::Command;

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

DESCRIPTION

Top

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

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Shell-Command documentation  | view source Contained in the Shell-Command distribution.