Code: Select all
:for i from=1 to=1500 do={ /tool user-manager log remove number=$i; }
run but no delete log file
usermanager v4.17
:for i from=1 to=1500 do={ /tool user-manager log remove number=$i; }
/tool user-manager log remove [find];
After doing the print command, how long are the numbers associated with the items? Is there a timeout of some kind, or how does that work?your initial script would work if you did print before remove. That would add temporary numbering that is assigned when print is done.