윈도우에서 tail -f

ALRDTP·2023년 1월 30일
0

리눅스

tail -f [파일명]

윈도우(powershell)

Get-Content [파일명] -Wait -Tail 10

powershell get-content : https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/get-content?view=powershell-7.3

Get-Content
   [-ReadCount <Int64>]
   [-TotalCount <Int64>]
   [-Tail <Int32>]
   -LiteralPath <String[]>
   [-Filter <String>]
   [-Include <String[]>]
   [-Exclude <String[]>]
   [-Force]
   [-Credential <PSCredential>]
   [-Delimiter <String>]
   [-Wait]
   [-Raw]
   [-Encoding <Encoding>]
   [-AsByteStream]
   [-Stream <String>]
   [<CommonParameters>]

0개의 댓글