æ¦è¦ ããã®è¨å®ã®ãé°ã§ tmux ã®ãã¤ã³ãæå¹æ´»ç¨ã§ããããã«ãªãã¾ããï¼ã(19æ³ ç·æ§) nw(){ local CMDNAME split_opts spawn_command CMDNAME=`basename $0` while getopts dhvPp:l:t:b: OPT do case $OPT in "d" | "h" | "v" | "P" ) split_opts="$split_opts -$OPT";; "p" | "l" | "t" ) split_opts="$split_opts -$OPT $OPTARG";; * ) echo "Usage: $CMDNAME [-dhvP]" \ "[-p percentage|-l size] [-t target-pane] [command]" 1>&2 return 1;; esac done shift
{{#tags}}- {{label}}
{{/tags}}