On Sun, Jun 3, 2018 at 1:05 PM ToddAndMargo <toddandma...@zoho.com <mailto:toddandma...@zoho.com>> wrote:Hi All,I need the Perl6 commands for the following LINUX commands. mkdir make directory chown change ownership chmod change file mode bits del delete file Many thanks, -T
On 06/03/2018 10:06 AM, Brandon Allbery wrote:
Same answer: https://docs.perl6.org/type/IO::Path is where all the path-related things live.
Thank you!