echo "\033]0;标题\007\c"
用echo命令就可以哦
在系统bin下创建一个脚本,那么在就可以用命令快速设置,比如
#!/bin/sh
# title: set the Mac Terminal title
# usage: to set the title to '标题', type: title 标题
echo "\033]0;${1}\007\c"
echo "\033]0;标题\007\c"
用echo命令就可以哦
在系统bin下创建一个脚本,那么在就可以用命令快速设置,比如
#!/bin/sh
# title: set the Mac Terminal title
# usage: to set the title to '标题', type: title 标题
echo "\033]0;${1}\007\c"