• @Knock_Knock_Lemmy_In
    link
    English
    610 months ago

    What if a message covers 2 different topics?

    IMHO the entire OS should be based around files and labels, not files and folders.

    • @hperrin
      link
      English
      510 months ago

      On Linux file systems it basically is. A file name is just a label for an inode, and the same inode can have as many file names as you want.

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        Still this requires different directories for the hardlinks to be in the filesystem, and there’s not an easy way given a file to list all “labels” that file has, without checking other directories for files with the same inode.

        • @hperrin
          link
          English
          110 months ago

          find has a way to search by inode.