代码搜索:Works

找到约 8,996 项符合「Works」的源代码

代码结果 8,996
www.eeworm.com/read/428548/1958880

hostname-s-works

test x$(hostname -s) = x$(busybox hostname -s)
www.eeworm.com/read/428548/1958881

hostname-i-works

test x$(hostname -i) = x$(busybox hostname -i)
www.eeworm.com/read/428548/1958887

id-ur-works

test x$(id -ur) = x$(busybox id -ur)
www.eeworm.com/read/428548/1958888

id-u-works

test x$(id -u) = x$(busybox id -u)
www.eeworm.com/read/428548/1958889

id-un-works

test x$(id -un) = x$(busybox id -un)
www.eeworm.com/read/428548/1958890

id-g-works

test x$(id -g) = x$(busybox id -g)
www.eeworm.com/read/428548/1958898

tail-n-works

$ECHO -ne "abc\ndef\n123\n" >input $ECHO -ne "def\n123\n" >logfile.ok busybox tail -n 2 input > logfile.bb cmp logfile.ok logfile.bb
www.eeworm.com/read/428548/1958915

du-l-works

d=/bin du -l "$d" > logfile.gnu busybox du -l "$d" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/428548/1958916

du-h-works

d=/bin du -h "$d" > logfile.gnu busybox du -h "$d" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/428548/1958917

du-m-works

d=/bin du -m "$d" > logfile.gnu busybox du -m "$d" > logfile.bb cmp logfile.gnu logfile.bb