cuts
cuts copied to clipboard
Unix 'cut' (and 'paste') on steroids: more flexible select columns from files
Sorry if I am missing something really basic. But here's the use-case. Right now I really want to diff two files and my diff is showing me something weird, so...
Hi, Perhaps I am misunderstanding how the cuts function works, but according to the documentation if one was to do this: `cuts f1 0 -1 f2` Should lead to 1st...
Currently, these ranges (e.g. `2--1`) are implemented as wrap-arounds (going right to left) because they are interpreted as 'reverse order' ranges. It would be nicer if we could support a...