代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/227259/4776856
cut-cuts-an-open-range
test $(echo abcd | busybox cut -c -3) = abc
www.eeworm.com/read/295117/3912225
basename-works
test x$(basename $(pwd)) = x$(busybox basename $(pwd))