| Shell-Command documentation | view source | Contained in the Shell-Command distribution. |
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 ExtUtils::Command for a
description of available commands.
This software is copyright (c) 2011 by Michael G Schwern.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Shell-Command documentation | view source | Contained in the Shell-Command distribution. |