1----- test: cut -f 1  d_cut.in -----
21
3
412
5
6qwe
71
8
912:34:56
10qwe: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 -----
131
14
1534
1612
17
181
19
2012:34:56
21qwe: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 -----
241
25
2656
27
28rty
291
30
3112:34:56
32qwe: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 -----
351
36
3712	34
38	12
39qwe
401
41
4212:34:56
43qwe: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 -----
461
47
4834	56
4912
50	rty
511
52
5312:34:56
54qwe: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 -----
571
58
59
6034
61uio
621
63
6412:34:56
65qwe: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 -----
681
69
7012	34	56
71	12		34	56
72qwe		rty	uio	p[]	asd
731
74
7512:34:56
76qwe: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 -----
791
80
8112	34	56
82	12		34	56
83qwe		rty	uio	p[]	asd
841
85
8612:34:56
87qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
88:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
89