네트워크 Windows IoT Core 컴퓨터에서 파일 꼬리 경우 ssh -t remotebox

Windows 네트워크 시스템에서 파일을 테일링 할 수 있습니까?

리눅스 머신의 경우

ssh -t remotebox "tail -f /path/to/file.log"

노트. 대상 시스템에서 ssh가 열려 있습니다.



답변

파워 쉘 :

get-content C:\Users\Example\Example.txt -tail 10


답변