
是否可以在 Windows 網路電腦上尾隨檔案?
對於linux機器我可以
ssh -t remotebox "tail -f /path/to/file.log"
筆記。 ssh 在目標計算機上開啟。
答案1
電源外殼:
get-content C:\Users\Example\Example.txt -tail 10
是否可以在 Windows 網路電腦上尾隨檔案?
對於linux機器我可以
ssh -t remotebox "tail -f /path/to/file.log"
筆記。 ssh 在目標計算機上開啟。
電源外殼:
get-content C:\Users\Example\Example.txt -tail 10