LoginSignup
9
4

More than 5 years have passed since last update.

PowerShellでtail -f

Posted at

いつも忘れるので備忘録

Get-Content -Wait -Tail "読み取り行数" -Path "ファイルパス" 

もし文字化けするようなら、エンコード指定をUTF8にしてみる

Get-Content -Wait -Tail 10 -Encoding UTF8 -Path example.log 
9
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
4