LoginSignup
4
6

More than 5 years have passed since last update.

Powershell備忘録

Last updated at Posted at 2019-04-16

logのtail(自動出力)をする

Get-Content -Path “full path” -Tail “行数” -Wait

参考: windowsでもリアルタイムでログ監視(tail -f)がしたい!

特定のファイルのバージョンを確認する

Get-Item filePath | Format-List

参考:ファイルやディレクトリの表示 Get-Item、Get-ChildItem、Format-List

4
6
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
4
6