65c821b927
For PR 34244.
241 lines
3.4 KiB
Plaintext
241 lines
3.4 KiB
Plaintext
----- test: cut -f 1 input-general -----
|
|
1
|
|
|
|
12
|
|
|
|
qwe
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 2 input-general -----
|
|
1
|
|
|
|
34
|
|
12
|
|
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 3 input-general -----
|
|
1
|
|
|
|
56
|
|
|
|
rty
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 1-2 input-general -----
|
|
1
|
|
|
|
12 34
|
|
12
|
|
qwe
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 2,3 input-general -----
|
|
1
|
|
|
|
34 56
|
|
12
|
|
rty
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 4 input-general -----
|
|
1
|
|
|
|
|
|
34
|
|
uio
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 1-3,4-7 input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 1,2-7 input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
:qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
|
----- test: cut -f 1 -s input-general -----
|
|
12
|
|
|
|
qwe
|
|
----- test: cut -f 2 -s input-general -----
|
|
34
|
|
12
|
|
|
|
----- test: cut -f 3 -s input-general -----
|
|
56
|
|
|
|
rty
|
|
----- test: cut -f 1-2 -s input-general -----
|
|
12 34
|
|
12
|
|
qwe
|
|
----- test: cut -f 2,3 -s input-general -----
|
|
34 56
|
|
12
|
|
rty
|
|
----- test: cut -f 4 -s input-general -----
|
|
|
|
34
|
|
uio
|
|
----- test: cut -f 1-3,4-7 -s input-general -----
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd
|
|
----- test: cut -f 1,2-7 -s input-general -----
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd
|
|
----- test: cut -f 1 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
12
|
|
qwe
|
|
|
|
----- test: cut -f 2 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
34
|
|
rty
|
|
qwe
|
|
----- test: cut -f 3 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
56
|
|
uio
|
|
|
|
----- test: cut -f 1-2 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
12:34
|
|
qwe:rty
|
|
:qwe
|
|
----- test: cut -f 2,3 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
34:56
|
|
rty:uio
|
|
qwe:
|
|
----- test: cut -f 4 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
|
|
p[]
|
|
|
|
----- test: cut -f 1-3,4-7 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl
|
|
:qwe:::rty:uio:
|
|
----- test: cut -f 1,2-7 -d : input-general -----
|
|
1
|
|
|
|
12 34 56
|
|
12 34 56
|
|
qwe rty uio p[] asd fgh jkl zxc vbn nm
|
|
1
|
|
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl
|
|
:qwe:::rty:uio:
|
|
----- test: cut -f 1 -d : -s input-general -----
|
|
12
|
|
qwe
|
|
|
|
----- test: cut -f 2 -d : -s input-general -----
|
|
34
|
|
rty
|
|
qwe
|
|
----- test: cut -f 3 -d : -s input-general -----
|
|
56
|
|
uio
|
|
|
|
----- test: cut -f 1-2 -d : -s input-general -----
|
|
12:34
|
|
qwe:rty
|
|
:qwe
|
|
----- test: cut -f 2,3 -d : -s input-general -----
|
|
34:56
|
|
rty:uio
|
|
qwe:
|
|
----- test: cut -f 4 -d : -s input-general -----
|
|
|
|
p[]
|
|
|
|
----- test: cut -f 1-3,4-7 -d : -s input-general -----
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl
|
|
:qwe:::rty:uio:
|
|
----- test: cut -f 1,2-7 -d : -s input-general -----
|
|
12:34:56
|
|
qwe:rty:uio:p[]:asd:fgh:jkl
|
|
:qwe:::rty:uio:
|