Sep
07
Determine Disk Usage
ByThis command will show the number of KBs used for all non-hidden files and folders in the current directory:
du -sk * | sort -rn
Leave a Comment
You must be logged in to post a comment.
} else { shuffle( $files ); ?>
This command will show the number of KBs used for all non-hidden files and folders in the current directory:
du -sk * | sort -rn
You must be logged in to post a comment.