mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
e82cf339e4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
54 B
Plaintext
2 lines
54 B
Plaintext
test $($ECHO -e "f1\tf2\tf3" | busybox cut -f 2) = f2
|