I have a dataset that has multiple rows of data, I have to do something with some of these rows(not all, and there is no logic to be able to pick them out), I have a list of rownumbers that have to be selected and it's too big a list to copy them all by hand.
So does anyone know a dfsort command that for example could get records from this bit of data:
parameter10000500006
parameter20000100002
parameter30000400007
parameter40000000006
parameter50000100001
parameter60000500012
parameter70000700013
And will only return me the 2nd and 3rd for example like this:
parameter20000100002
parameter30000400007