从终端输出获取任意行、列组合
作者:Nbiba Bedis
#4 在 #idx
13KB 289 行
printf$table |idx"$row_format;$col_format"
$row/col_format可以是
$row/col_format
~
_
printf $table | idx "1,3;2"
printf $table | idx "~3;2~"
printf $table | idx "~3;_"