I was unable to find a direct call als "find abcxxx"
Could it be that "BusyBox v1.35" is somewhat old/limited
and does not "understand" "-regextupe"
I was unable to "find" any new package inside OpenWrt
How would I approach adding a suitable "find -regextype"
Sorry long time absent from shell scripts but willing to dive in.
Can some LINUXIAN scripter pls point? ...Any lead welcome
Regards
(*)the shell script is called kiauh.sh and is used to install/manage
a 3D printer Software/OS called KLIPPER :::JUST SO DO HAVE BACKGROUND
Sure ... albeit different versions ... so (and I am assuming "find" is in that BusyBox")
How to I get some working find ... a newer/better BusyBox into OpenWrt
Busybox offers only limited functionality for many commands, as it is a tightly packed utility targeting small size (for space constrained embedded devices)
Regex itself should be supported, though.
But not sure about regextype
Curious that you did not find the findutils.
You need to install the findutils package via opkg to get the full GNU find.
Thanks - opkg install findutils
I can confirm that does contain "find -regextype"
Don't know how I could have overlooked that.... (lame excuses withheld)