ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Windows에서 Linux/Unix와 같이 TAIL 명령어 사용하기
    OS/Windows 2023. 1. 25. 16:46
    반응형

    Linux 또는 Unix에서 사용하는 tail 기능을 윈도우즈(Windows)에서도 비슷하게 사용할 수 있다.

    윈도우즈의 PowerShell을 이용한다. 

     

    PowerShell 실행 후 tail 기능을 사용하고 싶은 위치로 이동한다.

    예>  드라이브 이동
    d: or e: 

    예>디렉토리 이동
    cd Downloads

    tail과 같은 기능 사용한다. 

    get-content <파일명> -wait -tail <line 수>

     

    get-content에 대한 옵션 및 자세한 사용법은 다음 페이지에서 확인할 수 있다. 

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

    반응형
Designed by Tistory.