개요
- 윈도우 tail
- C:\ProgramData\chocolatey\bin\tail.exe
C:\Users\jmnote>type C:\Windows\win.ini | tail -3
MAPI=1
[ResponseResult]
ResultCode=0
C:\Users\jmnote>cat C:\Windows\win.ini | tail -3
MAPI=1
[ResponseResult]
ResultCode=0
C:\Users\jmnote>type C:\Windows\win.ini | tail -3
MAPI=1
[ResponseResult]
ResultCode=0
C:\Users\jmnote>cat C:\Windows\win.ini | tail -3
MAPI=1
[ResponseResult]
ResultCode=0