Home
last modified time | relevance | path

Searched refs:test_cut (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/regress/usr.bin/cut/
H A Dcut.sh21 test_cut() function
71 test_cut 0 "-b 4,2" "abcde" "bd"
72 test_cut 0 "-b 2-4" "abcde" "bcd"
73 test_cut 0 "-b 4-,-2" "abcde" "abde"
74 test_cut 0 "-nb 4,2" "abcde" "bd"
75 test_cut 0 "-nb 2-4" "abcde" "bcd"
76 test_cut 0 "-nb 4-,-2" "abcde" "abde"
77 test_cut 0 "-c 4,2" "abcde" "bd"
78 test_cut 0 "-c 2-4" "abcde" "bcd"
79 test_cut 0 "-c 4-,-2" "abcde" "abde"
[all …]