반응형
log_liveview.ps1(encoding utf8 ==> 한글깨짐방지)
Get-Content logfile.log -encoding utf8 -Wait -Tail 20
log_listview.bat (PowerShell Policy 권한제한을 우회하기 위해 배치파일로 우회옵션을 넣어줍니다, 실제로 실행하는파일)
rem PowerShell Policy 우회실행(-executionpolicy bypass)
start powershell -executionpolicy bypass -file .\log_liveview.ps1
logfile.log
실시간으로 로그파일을 쓰고 있습니다.
실시간으로 로그파일을 작성중입니다.
이렇게 tail효과를 낼수 있습니다.
'잡다한 개발팁' 카테고리의 다른 글
나라별 국기 (CountryCode flags) (0) | 2023.08.27 |
---|---|
Putty Dracura Theme (0) | 2023.02.10 |
개발용 폰트 D2Coding(네이버) (0) | 2023.02.10 |
NotePad++ 테마 자동 다운로드 및 적용방법 (batch) (1) | 2022.06.23 |
스크린 gif 애니메이션 녹화툴 (0) | 2022.05.30 |