10 lines
133 B
Raku
10 lines
133 B
Raku
|
|
#Format
|
|
|
|
#chmod(LIST);
|
|
#chmod LIST;
|
|
|
|
|
|
$ perl -e '$count=chmod 0755, "foo.p", "boo.p" ;print "$count files changed.\n"'
|
|
|
|
|