mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
88 lines
1.2 KiB
Text
88 lines
1.2 KiB
Text
----- test: cut -f 1 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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 d_cut.in -----
|
|
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
|