arielf / cuts

Unix 'cut' (and 'paste') on steroids: more flexible select columns from files
Artistic License 2.0
66 stars 7 forks source link

enhancement: add support for column ranges and lists #2

Closed arielf closed 10 years ago

arielf commented 10 years ago

Would be nice to have support for stuff like:

cuts 3-6
cuts 1-2,7,10

Or even ranges allowing negative offsets:

cuts 4--2