Yes, it's a quick way to mak a list of quoted strings. Think qw() in perl
5, but < > is equivalent to single quotes whereas << >> is equivalent to
double quotes.

https://docs.perl6.org/language/quoting#Word_quoting:_%3C_%3E

On Sun, Jun 3, 2018 at 1:42 PM ToddAndMargo <toddandma...@zoho.com> wrote:

> What is this?
>
> https://docs.perl6.org/routine/chmod#role_IO
>
> chmod 0o755, <myfile1  myfile2>;
>
> Is it?
>      chmod 0o755, $file1, $file2
>


-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to