#!/usr/bin/env dash # YES_ZSH # YES_BASH # YES_DASH slitt() { ### @- ### view specific columns of text. ### this version of `slit` uses tabs for its field separators. [ $# -gt 0 ] || { printf "%s\n" "$0: too few arguments" >&2; return 1; } #echo "$@" | awk '{for(i=1;i