1
0
mirror of https://github.com/sheumann/hush.git synced 2024-12-29 13:30:02 +00:00
hush/testsuite/cut/cut-cuts-a-field

2 lines
54 B
Plaintext
Raw Normal View History

test $($ECHO -e "f1\tf2\tf3" | busybox cut -f 2) = f2