README

NAME

File::file - Provides a Raku wrapper for the system 'file' command

SYNOPSIS


use File::file;
my $o = File::file.new;
say $o.file: ".."; # OUTPUT: «..: directory␤»

DESCRIPTION

File::file is a convenience wrapper around the system 'file' command.

AUTHOR

Tom Browder <[email protected]>

COPYRIGHT AND LICENSE

© 2023 Tom Browder

This library is free software; you may redistribute it or modify it under the Artistic License 2.0.

File::file v0.0.1

Provides a Raku wrapper for the system 'file' command

Authors

  • Tom Browder

License

Artistic-2.0

Dependencies

Proc::Easier

Test Dependencies

Provides

  • File::file

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