代码搜索:Works

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

代码结果 8,996
www.eeworm.com/read/250015/4443425

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/250015/4443426

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/250015/4443427

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/250015/4443451

date-r-works

test x"`date -R`" = x"`busybox date -R`"
www.eeworm.com/read/250015/4443452

date-u-works

test x"`date -u`" = x"`busybox date -u`"
www.eeworm.com/read/250015/4443454

date-format-works

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

hostname-d-works

test x$(hostname -d) = x$(busybox hostname -d)
www.eeworm.com/read/227259/4776698

hostname-s-works

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

hostname-i-works

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

id-ur-works

test x$(id -ur) = x$(busybox id -ur)