如何在 Linux 中使用多个 tailf 命令?尝试了很多次,但不幸的是没有任何效果。
[admin.ar@IRISCORE home]$ cd iris
[admin.ar@IRISCORE iris]$ cd logs
[admin.ar@IRISCORE logs]$ tailf fundamoxlo_verbose.o0822(Log file,Month,Date)
tailf concenisoxli_verbose.o0822(Log file,Month,Date)
答案1
我想你想要多尾. 它在一个窗口中跟踪多个日志文件。
答案2
tailf
接受一个文件作为参数。
所以,不,这是不可能的。
你可以使用类似tail -f foo* bar*