On 06/03/2018 11:01 AM, Brandon Allbery wrote:
Is there something missing in the examples at the link?

yes, `<myfile1  myfile2>` is confusing to me.  I can't
tell is `<>` is an editorial comment or Perl syntax.

Is it
    chmod 0o755, $f1, $f2;

or
    chmod 0o755 <$f1 $f2>;

or either?

Reply via email to