Implement ability to select columns based on ranges (e.g. like cut does it: `N-`, `N-M`, `-M`) But maybe allow decreasing ranges as well (`3-1`) which `cut` forbids.
Implement ability to select columns based on ranges (e.g. like cut does it:
N-,N-M,-M)But maybe allow decreasing ranges as well (
3-1) whichcutforbids.