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