in reply to Re: how to create folders
in thread how to create folders
Thanks so much!my @dirs = grep { /object...000/ && -d "$_" } readdir(DIR); ... mkdir "object$highest"; chown $uid, $gid, "object$highest"; chmod 0777, "object$highest"; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to create folders
by bart (Canon) on Mar 28, 2007 at 10:43 UTC |