300 bad ACLs

There are actually 297 bad *.acl.unknown and 3 other *.acl.any_acl I think we should clean them because it means that 300 folders are nt accesible. This is a bad situation that can discourage users :

I have prepared a procedure to do that :

find . -name '*.acl$.unknown' -type f -exec bash -c 'mv "1" "{1/.acl$.unknown/.acl}"' -- {} ; | wc -l

I will test the procedure on my server before. And change the last 3 ones after.

Please comments

Edited by Melvin Carvalho