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