ฉันจะให้ข้อมูลโค้ดโดยใช้tmux
ที่สามารถให้หน้าต่างสองแบบที่แตกต่างกันซึ่งคุณสามารถใช้เพื่อตัดทั้งสองไฟล์พร้อมกัน:
tmux new-window -a -n Tail
tmux new-session -d -s Tail -n SSH0 -d
tmux selectp -t Tail
#This is tmux interactions with the user (colors of the tabs used, hot keys, etc.)
tmux bind-key -n M-Left previous-window -t WinSplit
tmux bind-key -n M-Right next-window -t WinSplit
tmux set-window-option -g monitor-activity on
tmux set -g visual-activity on
tmux set-window-option -g window-status-current-bg blue
tmux set-window-option -g window-status-fg red
tmux set -g pane-border-fg yellow
tmux set -g pane-active-border-bg red
tmux set -g message-fg yellow
tmux set -g message-bg red
tmux set -g message-attr bright
tmux set -g status-left "#[fg=red]#S"
#Names two seperate windows
tmux new-window -n tail1 -t Tail
tmux new-window -n tail2 -t Tail
#Now this will allow you to automatically run tail when this tmux script is run
tmux send-keys -t Tail:0 'tail -f file1.log' C-m
tmux send-keys -t Tail:1 'tail -f file2.log' C-m
ปรับปรุง: การใช้screen
ยังสามารถแนบ / แยกหลายเซสชันเพื่อให้คุณสามารถเรียกใช้tail
หลายครั้งเช่นกัน ฉันขอแนะนำให้ทำสิ่งนี้:
screen -s Tail_Server1.log
ถัดไปคุณต้องการที่จะระงับCTRL+A+D
การขุดโดยไม่ต้องฆ่าเซสชันแล้วต่อไป:
screen -s Tail_Server2.log
ทั้งสองจะทำงานสองแยกจากกันscreens
ผมจะอ้างถึงเพื่อให้คุณสามารถปรับให้วิธีที่คุณต้องการหน้าจอทั้งในการทำงานของคุณscreen --help
terminal
screen
เพื่อสร้างสองช่วงที่แตกต่างกันหรือไม่? คุณควรจะใช้หางบนหน้าจอทั้งสองหรือไม่ นอกจากนี้ยังtmux
สามารถทำงานได้เช่นกันหากคุณติดตั้งไว้