How to find all files containing a specific string within directory and all subdirectories on a BusyBox v1.4.2? I need to find string "AA:CC:DD:00:EE:55" or "AACCDD00EE55"
BusyBox v1.4.2 (2012-06-01 11:17:34 CST) Built-in shell (ash) Enter 'help' for a list of built-in commands. Built-in commands: ------------------- . : [ [[ bg break cd chdir continue echo eval exec exit export false fg getopts hash help jobs kill local pwd read readonly return set shift source test times trap true type ulimit umask unset wait # busybox --help BusyBox v1.4.2 (2012-06-01 11:17:34 CST) multi-call binary Usage: busybox [function] [arguments]... or: [function] [arguments]... Currently defined functions: [, [[, adduser, ash, awk, cat, chmod, chroot, cp, cut, date, dd, deluser, dmesg, echo, false, free, getopt, grep, halt, hexdump, hostname, htxsnmptelnet, ifconfig, init, insmod, kill, killall, ln, login, ls, lsmod, mkdir, mknod, mount, mv, netstat, passwd, ping, ping6, poweroff, ps, pwd, reboot, renice, rm, rmmod, route, sh, sleep, tar, test, tftp, top, umount, wget
busybox grep --helpwill show yougrep's options.