1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00
rc/sh/slitt

5 lines
196 B
Plaintext
Raw Normal View History

#!/usr/bin/env zsh
# via: https://github.com/sorin-ionescu/prezto/
# this version uses tabs for input/output field separators.
awk "BEGIN { FS=\"\\t\"; OFS=\"\\t\" } { print ${(j:,:):-\$${^@}} }"