Crates.io | table_idx |
lib.rs | table_idx |
version | 1.0.1 |
source | src |
created_at | 2020-09-26 10:51:42.243352 |
updated_at | 2020-09-26 10:54:40.338336 |
description | Get any row,column combination from a terminal output |
homepage | |
repository | https://github.com/sigmaSd/Index |
max_upload_size | |
id | 293119 |
size | 13,736 |
Get any row,column combination from a terminal output
printf $table | idx "$row_format;$col_format"
$row/col_format
can be:
~
, ex: 1~ ex: 1~2 ex: ~3_
printf $table | idx "1,3;2"
printf $table | idx "~3;2~"
printf $table | idx "~3;_"