ฉันมากับต่อไปนี้เพื่อสร้างผลผลิตที่แสดงในคำถามของฉันและต่อไปนี้@ คำตอบที่ดีเยี่ยมของ ใช้layout dump
ให้ฉันต่อไปนี้:
split
focus
split -v
focus
หมายเหตุ: ตัวหนอน ( ~
) ขยายตัวไม่ได้ทำงานกับlayout dump
ดังนั้นแทนที่จะยกตัวอย่างเช่นคุณจะต้องใช้~/layout.dmp
/home/<username>/layout.dmp
จากนั้นฉันก็สร้างสิ่งต่อไปนี้ .screenrc
# create the top screen
chdir /home/server/log
screen -t "Apache Log" tail -n 1 -f access.log
# split the screen and focus onto the new created space
split
focus
#create the bash
chdir /home/server/log
screen
# split vertically and focus onto the new area
split -v
focus
# create the htop screen
screen -t "Htop" htop
# focus twice to end up with the bash area active
focus
focus
ตอนนี้ฉันแค่ต้องพิมพ์screen
และเริ่มเลย์เอาต์ที่ฉันต้องการ ฉันปล่อยให้นี่เป็นตัวอย่างสำหรับผู้ที่สงสัย แต่อย่าลืมโหวตคำตอบของ @ muru เพราะเขาเป็นคนที่ทำให้ฉันสามารถแก้ปัญหานี้ได้