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