Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
92c0b8222eb50dd35c06e2f1265706b388762234
/
.
/
testsuite
/
cut
/
cut-cuts-a-field
blob: 4c7f440074feeb3d9b253be54cf13b645e3660e6 [
file
] [
log
] [
blame
]
test $
(
echo
-
e
"f1\tf2\tf3"
|
busybox cut
-
f
2
)
=
f2