diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index e7e243c..7952189 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -292,7 +292,7 @@ cd $dir dir="`pwd`" echo "Removing '.trashed*' files in '$dir'." - find "$dir" -name ".trashed*" -exec du -h {} \; -delete + find "$dir" -name ".trashed*" -exec du -h {} \; -delete | sort -h } alias trashed-cleanup="clean-trashed" alias trashed-clean="clean-trashed"