代码搜索:Works

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

代码结果 8,996
www.eeworm.com/read/295117/3912280

head-n-works

[ -n "$d" ] || d=.. head -n 2 "$d/README" > logfile.gnu busybox head -n 2 "$d/README" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912314

ls-l-works

[ -n "$d" ] || d=.. LC_ALL=C ls -l "$d" > logfile.gnu busybox ls -l "$d" > logfile.bb diff -w logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912315

ls-s-works

[ -n "$d" ] || d=.. LC_ALL=C ls -1s "$d" > logfile.gnu busybox ls -1s "$d" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912316

ls-1-works

[ -n "$d" ] || d=.. ls -1 "$d" > logfile.gnu busybox ls -1 "$d" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912317

ls-h-works

[ -n "$d" ] || d=.. ls -h "$d" > logfile.gnu busybox ls -h "$d" > logfile.bb cmp logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912340

date-r-works

test x"`date -R`" = x"`busybox date -R`"
www.eeworm.com/read/295117/3912341

date-u-works

test x"`date -u`" = x"`busybox date -u`"
www.eeworm.com/read/295117/3912343

date-format-works

test x"`date +%d/%m/%y`" = x"`busybox date +%d/%m/%y`"
www.eeworm.com/read/291168/3968542

works alpha.s.works

# DEC Alpha assember # The bn_div64 is actually gcc output but the other parts are hand done. # Thanks to tzeruch@ceddec.com for sending me the gcc output for # bn_div64. # I've gone back and re
www.eeworm.com/read/428548/1958878

hostname-d-works

test x$(hostname -d) = x$(busybox hostname -d)