리눅스에서는 tail 이 존재 합니다.
윈도우에서는 아래와 같이 powershell 에서 확인할수 있습니다.
get-content ".\logexample2.log" -wait -tail 100
get-content 대신에
gc
cat
type
를 사용해도 됩니다.
리눅스에서는 tail 이 존재 합니다.
윈도우에서는 아래와 같이 powershell 에서 확인할수 있습니다.
get-content ".\logexample2.log" -wait -tail 100
get-content 대신에
gc
cat
type
를 사용해도 됩니다.