linux 實時顯示文件的內容 1. watch -n 1 aa.txt #每個1秒顯示aa.txt的內容 2. tail -f ***.log Linux shell中有一個tail命令,常用來顯示一個文件的最后n行文 ...