1272343Sngie----- test: cut -f 1 -d : -s d_cut.in -----
2272343Sngie12
3272343Sngieqwe
4272343Sngie
5272343Sngie----- test: cut -f 2 -d : -s d_cut.in -----
6272343Sngie34
7272343Sngierty
8272343Sngieqwe
9272343Sngie----- test: cut -f 3 -d : -s d_cut.in -----
10272343Sngie56
11272343Sngieuio
12272343Sngie
13272343Sngie----- test: cut -f 1-2 -d : -s d_cut.in -----
14272343Sngie12:34
15272343Sngieqwe:rty
16272343Sngie:qwe
17272343Sngie----- test: cut -f 2,3 -d : -s d_cut.in -----
18272343Sngie34:56
19272343Sngierty:uio
20272343Sngieqwe:
21272343Sngie----- test: cut -f 4 -d : -s d_cut.in -----
22272343Sngie
23272343Sngiep[]
24272343Sngie
25272343Sngie----- test: cut -f 1-3,4-7 -d : -s d_cut.in -----
26272343Sngie12:34:56
27272343Sngieqwe:rty:uio:p[]:asd:fgh:jkl
28272343Sngie:qwe:::rty:uio:
29272343Sngie----- test: cut -f 1,2-7 -d : -s d_cut.in -----
30272343Sngie12:34:56
31272343Sngieqwe:rty:uio:p[]:asd:fgh:jkl
32272343Sngie:qwe:::rty:uio:
33