是否可以在 Windows 网络机器上对文件进行 tail 操作?
对于 Linux 机器,我可以
ssh -t remotebox "tail -f /path/to/file.log"
注意。 目标计算机上的 ssh 已打开。
答案1
电源外壳:
get-content C:\Users\Example\Example.txt -tail 10
是否可以在 Windows 网络机器上对文件进行 tail 操作?
对于 Linux 机器,我可以
ssh -t remotebox "tail -f /path/to/file.log"
注意。 目标计算机上的 ssh 已打开。
电源外壳:
get-content C:\Users\Example\Example.txt -tail 10