실행 프로그램 로그 추적할 때 tail 명령어를 많이 사용하는데 윈도우즈 내장 명령어로는 없어서 답답하다. 그나마 powershell 로 동일하게 사용할 수 있는 명령어가 있다. Get-Content 라는 명령어를 사용하면 된다.
Get-Content [파일 경로] -tail [n] -wait
참고 : Windows의 Powershell 로 Tail 사용하기
728x90
실행 프로그램 로그 추적할 때 tail 명령어를 많이 사용하는데 윈도우즈 내장 명령어로는 없어서 답답하다. 그나마 powershell 로 동일하게 사용할 수 있는 명령어가 있다. Get-Content 라는 명령어를 사용하면 된다.
Get-Content [파일 경로] -tail [n] -wait
참고 : Windows의 Powershell 로 Tail 사용하기