Announcement

Collapse
No announcement yet.

How do I search Kubuntu 24.04 by file size?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I search Kubuntu 24.04 by file size?

    Hi,​​​​​ How do i​ search Kubuntu 24.04 by file size?
    I need to free up some space and want to purge the largest unnecessary files.
    Thanks in advance,
    Bill

    #2
    Welcome to KFN.

    See https://unix.stackexchange.com/quest...ze-recursively
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      I like QDirStat, for a visual approach.
      Regards, John Little

      Comment


        #4
        To find files from 10 MB to 20 MB:
        Code:
        find . -size +10M -size -20M
        Lots more options to fine tune the search

        https://linuxconfig.org/how-to-use-f...d-on-file-size

        Please Read Me

        Comment

        Working...
        X