Skip to content
Snippets Groups Projects
  1. Feb 21, 2022
    • Florian Fischer's avatar
      fsearch: write only found files to stdout and use implicit file offset · b0438822
      Florian Fischer authored
      In the emper-fs-eval I would like to validate the output of the fsearch
      variants against a list of known files. Not writing any log messages to
      stdout make that easier.
      
      Use -1 as the offset of the write to stdout.
      Passing offset -1 means to use the file's implicit offset just like write(2).
      When using a tty as stdout offset 0 is fine but when redirecting stdout
      to a file 0 will cause that previously found paths will always be
      overwritten.
      b0438822
  2. Feb 19, 2022
  3. Feb 18, 2022
  4. Feb 17, 2022
  5. Feb 16, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. Feb 12, 2022
  9. Feb 11, 2022
Loading