• @[email protected]
    link
    fedilink
    67 months ago

    .“:>>” is “append null” right? Do you get a file with a single ASCII NUL or is it truly empty?

    • Trailblazing Braille Taser
      link
      fedilink
      147 months ago

      Not really. I believe : is the “true” builtin. So it’s like running a program that exits with zero and writes nothing to stdout. The >> streams the empty stdout into the named file.