tail [옵션][파일명]
tail filename.txt
tail -f filename.txt
형식으로 확인이 가능합니다 윈도우 경우 tail 비슷한 명령어가 있다.
Get-Content "G:\server__project\mysql\data\DESKTOP-I0T3U79.log" -Wait -Tail 15
위 형식으로 가능하다. 실행 하기 위해서는 PowerShell 을 실행 시켜서 확인 가능하다.
형식으로 확인이 가능합니다 윈도우 경우 tail 비슷한 명령어가 있다.
Get-Content "G:\server__project\mysql\data\DESKTOP-I0T3U79.log" -Wait -Tail 15
위 형식으로 가능하다. 실행 하기 위해서는 PowerShell 을 실행 시켜서 확인 가능하다.