Remove building with NOCRYPTO option
[minix3.git] / tests / usr.bin / cut / d_dflag.out
blob63b814f806465526f7f548962d9ae09e9be2aa35
1 ----- test: cut -f 1 -d : d_cut.in -----
4 12      34      56
5         12              34      56
6 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
9 12
10 qwe
12 ----- test: cut -f 2 -d : d_cut.in -----
15 12      34      56
16         12              34      56
17 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
21 rty
22 qwe
23 ----- test: cut -f 3 -d : d_cut.in -----
26 12      34      56
27         12              34      56
28 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
32 uio
34 ----- test: cut -f 1-2 -d : d_cut.in -----
37 12      34      56
38         12              34      56
39 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
42 12:34
43 qwe:rty
44 :qwe
45 ----- test: cut -f 2,3 -d : d_cut.in -----
48 12      34      56
49         12              34      56
50 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
53 34:56
54 rty:uio
55 qwe:
56 ----- test: cut -f 4 -d : d_cut.in -----
59 12      34      56
60         12              34      56
61 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
65 p[]
67 ----- test: cut -f 1-3,4-7 -d : d_cut.in -----
70 12      34      56
71         12              34      56
72 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
75 12:34:56
76 qwe:rty:uio:p[]:asd:fgh:jkl
77 :qwe:::rty:uio:
78 ----- test: cut -f 1,2-7 -d : d_cut.in -----
81 12      34      56
82         12              34      56
83 qwe             rty     uio     p[]     asd             fgh     jkl     zxc     vbn     nm
86 12:34:56
87 qwe:rty:uio:p[]:asd:fgh:jkl
88 :qwe:::rty:uio: