xref: /minix3/tests/usr.bin/cut/d_basic.out (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc----- test: cut -f 1  d_cut.in -----
2*11be35a1SLionel Sambuc1
3*11be35a1SLionel Sambuc
4*11be35a1SLionel Sambuc12
5*11be35a1SLionel Sambuc
6*11be35a1SLionel Sambucqwe
7*11be35a1SLionel Sambuc1
8*11be35a1SLionel Sambuc
9*11be35a1SLionel Sambuc12:34:56
10*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
11*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
12*11be35a1SLionel Sambuc----- test: cut -f 2  d_cut.in -----
13*11be35a1SLionel Sambuc1
14*11be35a1SLionel Sambuc
15*11be35a1SLionel Sambuc34
16*11be35a1SLionel Sambuc12
17*11be35a1SLionel Sambuc
18*11be35a1SLionel Sambuc1
19*11be35a1SLionel Sambuc
20*11be35a1SLionel Sambuc12:34:56
21*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
22*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
23*11be35a1SLionel Sambuc----- test: cut -f 3  d_cut.in -----
24*11be35a1SLionel Sambuc1
25*11be35a1SLionel Sambuc
26*11be35a1SLionel Sambuc56
27*11be35a1SLionel Sambuc
28*11be35a1SLionel Sambucrty
29*11be35a1SLionel Sambuc1
30*11be35a1SLionel Sambuc
31*11be35a1SLionel Sambuc12:34:56
32*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
33*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
34*11be35a1SLionel Sambuc----- test: cut -f 1-2  d_cut.in -----
35*11be35a1SLionel Sambuc1
36*11be35a1SLionel Sambuc
37*11be35a1SLionel Sambuc12	34
38*11be35a1SLionel Sambuc	12
39*11be35a1SLionel Sambucqwe
40*11be35a1SLionel Sambuc1
41*11be35a1SLionel Sambuc
42*11be35a1SLionel Sambuc12:34:56
43*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
44*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
45*11be35a1SLionel Sambuc----- test: cut -f 2,3  d_cut.in -----
46*11be35a1SLionel Sambuc1
47*11be35a1SLionel Sambuc
48*11be35a1SLionel Sambuc34	56
49*11be35a1SLionel Sambuc12
50*11be35a1SLionel Sambuc	rty
51*11be35a1SLionel Sambuc1
52*11be35a1SLionel Sambuc
53*11be35a1SLionel Sambuc12:34:56
54*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
55*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
56*11be35a1SLionel Sambuc----- test: cut -f 4  d_cut.in -----
57*11be35a1SLionel Sambuc1
58*11be35a1SLionel Sambuc
59*11be35a1SLionel Sambuc
60*11be35a1SLionel Sambuc34
61*11be35a1SLionel Sambucuio
62*11be35a1SLionel Sambuc1
63*11be35a1SLionel Sambuc
64*11be35a1SLionel Sambuc12:34:56
65*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
66*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
67*11be35a1SLionel Sambuc----- test: cut -f 1-3,4-7  d_cut.in -----
68*11be35a1SLionel Sambuc1
69*11be35a1SLionel Sambuc
70*11be35a1SLionel Sambuc12	34	56
71*11be35a1SLionel Sambuc	12		34	56
72*11be35a1SLionel Sambucqwe		rty	uio	p[]	asd
73*11be35a1SLionel Sambuc1
74*11be35a1SLionel Sambuc
75*11be35a1SLionel Sambuc12:34:56
76*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
77*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
78*11be35a1SLionel Sambuc----- test: cut -f 1,2-7  d_cut.in -----
79*11be35a1SLionel Sambuc1
80*11be35a1SLionel Sambuc
81*11be35a1SLionel Sambuc12	34	56
82*11be35a1SLionel Sambuc	12		34	56
83*11be35a1SLionel Sambucqwe		rty	uio	p[]	asd
84*11be35a1SLionel Sambuc1
85*11be35a1SLionel Sambuc
86*11be35a1SLionel Sambuc12:34:56
87*11be35a1SLionel Sambucqwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
88*11be35a1SLionel Sambuc:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
89