README

Shell::Command

Provides cross-platform routines emulating common *NIX shell commands

Build Status

Operating SystemBuild StatusCI Provider
Linux / Mac OS XTravis CI
Windows 7 64-bitAppVeyor

Example

use v6;
use Shell::Command;

# Recursive folder copy
cp 't/dir1', 't/dir2', :r;

# Remove directory
rmdir 't/dupa/foo/bar';

# Make path
mkpath 't/dir2';

# Remove path
rm_rf 't/dir2';

# Find perl6 in executable path
my $perl6_path = which('perl6');

See Also

Author

  • Tadeusz ā€œtadzikā€ Sośnierz"

Contributors

  • Dagur Valberg Johansson

  • Elizabeth Mattijsen

  • Filip Sergot

  • Geoffrey Broadwell

  • GlitchMr

  • Heather

  • Kamil Kułaga

  • Moritz Lenz

  • Steve Mynott

  • timo

  • Tobias Leich

  • Tim Smith

  • Ahmad M. Zawawi (azawawi @ #perl6)

LICENSE

MIT License

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.