Skip to content

Instantly share code, notes, and snippets.

@triasg
Last active June 15, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triasg/4b18810890ffa468b118c39d54bed0ab to your computer and use it in GitHub Desktop.
Save triasg/4b18810890ffa468b118c39d54bed0ab to your computer and use it in GitHub Desktop.
ESO Log Grep Cut one liner
Get-Content -Encoding UTF8 "C:\Users\trias\Documents\Elder Scrolls Online\live\Logs\ChatLog.log" -wait | Select-String "09:00 12" | % {echo ([string]$_).Substring(33.1000)} > ”C:\Users\trias\Documents\eso-chat.log”
@triasg
Copy link
Author

triasg commented Jun 15, 2016

16/06/2016 UTF8 set for Japanese chat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment