003 File Manager
Current Path:
/usr/src/contrib/netbsd-tests/usr.bin/cut
usr
/
src
/
contrib
/
netbsd-tests
/
usr.bin
/
cut
/
📁
..
📄
d_basic.out
(1.2 KB)
📄
d_cut.in
(158 B)
📄
d_dflag.out
(1.03 KB)
📄
d_dsflag.out
(543 B)
📄
d_latin1.in
(56 B)
📄
d_sflag.out
(471 B)
📄
d_utf8.in
(64 B)
📄
t_cut.sh
(3.25 KB)
Editing: d_dsflag.out
----- test: cut -f 1 -d : -s d_cut.in ----- 12 qwe ----- test: cut -f 2 -d : -s d_cut.in ----- 34 rty qwe ----- test: cut -f 3 -d : -s d_cut.in ----- 56 uio ----- test: cut -f 1-2 -d : -s d_cut.in ----- 12:34 qwe:rty :qwe ----- test: cut -f 2,3 -d : -s d_cut.in ----- 34:56 rty:uio qwe: ----- test: cut -f 4 -d : -s d_cut.in ----- p[] ----- test: cut -f 1-3,4-7 -d : -s d_cut.in ----- 12:34:56 qwe:rty:uio:p[]:asd:fgh:jkl :qwe:::rty:uio: ----- test: cut -f 1,2-7 -d : -s d_cut.in ----- 12:34:56 qwe:rty:uio:p[]:asd:fgh:jkl :qwe:::rty:uio:
Upload File
Create Folder