support for files/dirs with whitespace
This commit is contained in:
parent
125c1cf9d6
commit
cc2dc2c0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ else
|
|||
DO_IT=`find $DIRS -size +$MIN_SIZE -print -exec ls -lha {} \; | grep -v '$EXCLUDE' | awk {'print $5"\t"$6" "$7" "$8'}`
|
||||
LOL=`echo $DO_IT | wc -l`
|
||||
if [ "$LOL" -gt "0" ]; then
|
||||
echo $DO_IT
|
||||
echo "$DO_IT"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue