Linux stty命令

stty命令示例

stty size

打印出终端的行数和列数:

1
stty size 

运行效果:

1
2
3
[root@localhost ~]# stty size 
33 161
[root@localhost ~]#

参考资料

https://commandnotfound.cn/linux/1/515/stty-%E5%91%BD%E4%BB%A4
https://linux265.com/course/linux-command-stty.html