From 8c734b37f3a9bad042bdd5dd374e0540dc475dcd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 17 May 2014 14:41:34 -0700 Subject: [PATCH] use delete instead of rm --- update_lists | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_lists b/update_lists index 5d25f01..d398991 100755 --- a/update_lists +++ b/update_lists @@ -13,5 +13,5 @@ done; # Remove broken symlinks (cd ~/Maildir; - find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -print0 |xargs -0 rm -f; -); \ No newline at end of file + find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -delete; +); -- 2.39.5