Desktop.print (file f) : Prints the file.
print (File f):打印文件。
Therefore, cat file | tail -f will not work as expected, but tail -f file will.
因此,catfile |tail -f将不会得到所期望的结果,但tail - f file则可以。
Therefore, cat file | tail -f will not work as expected, but tail -f file will.
因此,catfile |tail -f将不会得到所期望的结果,但tail - f file则可以。
应用推荐