No empty .Rs/.Re
[netbsd-mini2440.git] / tests / util / cut / d_basic.out
blobf704cdfbb481585eef09368f47d930f279ecc65f
1 ----- test: cut -f 1  d_cut.in -----
4 12
6 qwe
9 12:34:56
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 -----
20 12:34:56
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 -----
28 rty
31 12:34:56
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 -----
37 12      34
38         12
39 qwe     
42 12:34:56
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 -----
48 34      56
49 12      
50         rty
53 12:34:56
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 -----
61 uio
64 12:34:56
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 -----
70 12      34      56
71         12              34      56
72 qwe             rty     uio     p[]     asd     
75 12:34:56
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 -----
81 12      34      56
82         12              34      56
83 qwe             rty     uio     p[]     asd     
86 12:34:56
87 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
88 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm