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 21, 2024
1 parent b64f165 commit b68f51a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ 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]

```lang-text
Expand Down Expand Up @@ -189,6 +191,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 b68f51a

Please sign in to comment.