mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:29:02 -08:00
5 lines
188 B
Text
5 lines
188 B
Text
|
#!/bin/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:,:):-\$${^@}} }"
|