Windows Windowsでtailするには 2018-10-11 Pistolfly コメントする ツイート シェア Windows PowerShellで、 > Get-Content <パス> -Wait -Tail 1000 のようにすれば、*nixの $ tail -f -n 1000 <パス> と同じようなことができる。 (上記の例の"1000"は表示行数) 関連