1 ----- test: cut -f 1 d_cut.in -----
10 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
11 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
12 ----- test: cut -f 2 d_cut.in -----
21 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
22 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
23 ----- test: cut -f 3 d_cut.in -----
32 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
33 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
34 ----- test: cut -f 1-2 d_cut.in -----
43 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
44 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
45 ----- test: cut -f 2,3 d_cut.in -----
54 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
55 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
56 ----- test: cut -f 4 d_cut.in -----
65 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
66 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
67 ----- test: cut -f 1-3,4-7 d_cut.in -----
76 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
77 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
78 ----- test: cut -f 1,2-7 d_cut.in -----
87 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
88 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm