Linux Bash 명령어의 tail과 동일한 Powershell 명령어 Get-Content
Linux Bash
tail -n 30 /logs/app.log
Powershell
Get-Content C:\log\app.log -Wait -Tail 30
'비전공자 IT 이야기 > TIL (Today I Learn)' 카테고리의 다른 글
tistory의 syntax highlight 플러그인 (0) | 2022.05.29 |
---|---|
git merge strategy (0) | 2022.05.28 |
자바 변수명 작성하기. (1) | 2022.05.11 |
Intellij 2021.3 compiler.automake.allow.when.app.running 없을 때 (0) | 2022.05.06 |
[Heroku CLI] heroku config:add - 환경변수 추가 (0) | 2022.03.19 |
댓글