diff options
author | breadcat | 2020-08-25 14:32:24 +0100 |
---|---|---|
committer | breadcat | 2020-08-25 14:32:24 +0100 |
commit | 203b0074e24a145c50948b1efb6f152e63411a7f (patch) | |
tree | 2416e4c23bad2b15f7d71d16f6432f2f03ad6d3c /content/posts/calculating-relative-average-subdirectory-filesizes.md | |
parent | 5ce47fe2ce9f51cc2eb0878e2ace8432b13ca61b (diff) | |
download | blog.minskio.co.uk-203b0074e24a145c50948b1efb6f152e63411a7f.tar.gz blog.minskio.co.uk-203b0074e24a145c50948b1efb6f152e63411a7f.tar.bz2 blog.minskio.co.uk-203b0074e24a145c50948b1efb6f152e63411a7f.zip |
Wrong tags!
Diffstat (limited to 'content/posts/calculating-relative-average-subdirectory-filesizes.md')
-rw-r--r-- | content/posts/calculating-relative-average-subdirectory-filesizes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/calculating-relative-average-subdirectory-filesizes.md b/content/posts/calculating-relative-average-subdirectory-filesizes.md index 8eb5d15..1445e7b 100644 --- a/content/posts/calculating-relative-average-subdirectory-filesizes.md +++ b/content/posts/calculating-relative-average-subdirectory-filesizes.md @@ -1,7 +1,7 @@ --- title: "Calculating relative average subdirectory filesizes" date: 2020-08-21T12:37:00 -tags: [ "Guides", "Snippets", "Software", "Windows" ] +tags: [ "Guides", "Linux", "Media", "Snippets", "Software" ] --- During these _unprecedented times_ I've been watching a fair amount of movies and TV shows, and deleting once done, as you do. As a bit of a interesting insight and guiding hand I've been using the excellent [ncdu](https://dev.yorhel.nl/ncdu) and [rclone's ...clone ](https://rclone.org/commands/rclone_ncdu/) which both work excellently for when 1 folder equates to 1 _media_. With TV shows however this is complicated somewhat. In steps calculating average filesizes in a directory so you can sort them revealing the most notorious offenders. |