du -xk /utl | sort -n | tail -20
/utl is the folder under which the
Delete all files inside a directory including sub directories
find . type f –exec rm {} \;
/utl is the folder under which the
Delete all files inside a directory including sub directories
find . type f –exec rm {} \;
No comments:
Post a Comment