I think I officially have a hoarding problem…

  • Jankatarch
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 days ago

    Is there any advantage of using du over df for this?

    • mal3oon
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 days ago

      I gotten used to dust instead of du because it has much nicer visual representation.

    • bitjunkie
      link
      fedilink
      English
      arrow-up
      15
      ·
      7 days ago

      Someone may eventually write CLI programs called hast and mich that you can somehow usefully pipe to it

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      8
      ·
      7 days ago

      df only shows partitions, whereas du adds up the file sizes in the directory you specify.

      So, in particular, if you want to find out what’s taking up so much space, you can repeatedly run du -sh * and cd into the largest directory.

    • anon_8675309
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 days ago

      Yeah it lets you have time to get some tea while it works.