But .txt is not the same as .rs; yet .txt is not the same as .docx, although both of these files look the same to the human eye.

  • anothermember@feddit.uk
    link
    fedilink
    English
    arrow-up
    12
    ·
    9 days ago

    There are two: text files which are human readable when opened in a text editor, and binary files which aren’t.

  • ohulancutash@feddit.uk
    link
    fedilink
    English
    arrow-up
    5
    ·
    8 days ago

    2 types. Text and binary files. Images, sounds, compiled programs, videos are all binary files. Some word processors save their work in binary files.

    Text files can follow all sorts of syntaxes. Plaintext, HTML, JSON and so on.

    • gnufuu@infosec.pub
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      7 days ago

      To be pedantic, plaintext files are binary files too, they merely exclude non-printable bytes.

  • lIlIlIlIlIlIl@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 days ago

    There are also “blobs,” or simply “other” files which are intended to be machine-readable. But that’s getting down into the weeds a bit.

    .txt and .docx are both text - the latter just has additional text that’s intended for the program to help display said text in various ways.

  • vext01@feddit.uk
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 days ago

    There’s all kinds of files.

    Executable programs, libraries, disk images, compressed archives, symbolic links, device nodes, pipes, the list goes on.