logのtail(自動出力)をする
Get-Content -Path “full path” -Tail “行数” -Wait
参考: windowsでもリアルタイムでログ監視(tail -f)がしたい!
特定のファイルのバージョンを確認する
Get-Item filePath | Format-List
Go to list of users who liked
More than 5 years have passed since last update.
Get-Content -Path “full path” -Tail “行数” -Wait
参考: windowsでもリアルタイムでログ監視(tail -f)がしたい!
Get-Item filePath | Format-List
Register as a new user and use Qiita more conveniently
Go to list of users who liked