Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/unix/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Unix 以编程方式设置终端窗口大小_Unix_Configuration_Terminal_Window - Fatal编程技术网

Unix 以编程方式设置终端窗口大小

Unix 以编程方式设置终端窗口大小,unix,configuration,terminal,window,Unix,Configuration,Terminal,Window,我在Unix中编程,并使用终端客户端将ssh连接到远程开发服务器。 现在,每次我打开一个新的终端窗口,我都需要使用它 “Ctrl+右键单击”并将大小重置为“大”或“大” 我想设置我的.profile,这样就可以通过编程实现。 你能告诉我怎样才能达到同样的效果吗 在bash中,可以使用命令“resize-s[rows][cols]” 见:

我在Unix中编程,并使用终端客户端将ssh连接到远程开发服务器。 现在,每次我打开一个新的终端窗口,我都需要使用它 “Ctrl+右键单击”并将大小重置为“大”或“大”

我想设置我的.profile,这样就可以通过编程实现。
你能告诉我怎样才能达到同样的效果吗

在bash中,可以使用命令“resize-s[rows][cols]” 见: