Skip to content

Commit

Permalink
README note error too many files open
Browse files Browse the repository at this point in the history
Issue #270
  • Loading branch information
jtmoon79 committed Apr 20, 2024
1 parent 0b005c6 commit f6ab5ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Get-ChildItem -Filter '*.log' -Path "C:\Windows" -Recurse -ErrorAction SilentlyC
```

<sup>(note that UTF-16 encoded logs cannot be parsed, see [Issue #16])</sup>
<sup>(note that opening too many files causes error _too many files open_, see [Issue #270], so `Get-ChildItem -Filter` lessens the number of files opened by `s4.exe`)</sup>

Or the [Windows Event logs]

Expand Down Expand Up @@ -189,6 +190,7 @@ s4 /var/log -u -a $(date -d "2 days ago 12" '+%Y%m%dT%H%M%S+05:30') -b @+1h

[Windows Event logs]: https://github.com/libyal/libevtx/blob/20221101/documentation/Windows%20XML%20Event%20Log%20(EVTX).asciidoc
[Issue #16]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/16
[Issue #270]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/270

### `--help`

Expand Down

0 comments on commit f6ab5ef

Please sign in to comment.