#row-column #table #output #combination #terminal #idx #row-format

app table_idx

从终端输出获取任意行、列组合

2个稳定版本

1.0.1 2020年9月26日

#4#idx

MIT 许可证

13KB
289

索引

从终端输出获取任意行、列组合

用法

printf$table |idx"$row_format;$col_format"

$row/col_format可以是

  • 一系列由逗号分隔的数字,例如:1,2
  • ~分隔的范围,例如:1~,1~2,~3
  • 使用_捕获所有

示例

printf $table | idx "1,3;2"

printf $table | idx "~3;2~"

printf $table | idx "~3;_"

无运行时依赖