No script just command shell : sudo find /Users/* -type d -maxdepth 0 !
-name admin -exec rm -rf {} ; for one user ====> admin -----OK For two
users? example = admin and usertemplate? Thanks ...
Work ! great ...and ...i wish to delete for example except another users
....for example, i want to delete Users/* ==== all ====ok, except, admin
and usertemplate ( 2 users in except ).... What is good syntax ??Thanks
..