6 ms·
load "tab-separated" ( :f1:::'\t', :f2:::'\t', :f3::: ) as x; create "just-the-2nd-column" from x ( :f2::: ); -- http://github
by rv77ax 17y ago
load "tab-separated" (
:f1:::'\t',
:f2:::'\t',
:f3:::
) as x;
create "just-the-2nd-column" from x (
:f2:::
);
--
http://github.com/shuLhan/vos http://github.com/shuLhan/vos