Lede more command

Ciao!
How are you?
Do you know where the more command is?

Thanks!

Provided by busybox like most basic commands

:frowning:

root@upc:~# busybox more
more: applet not found
root@upc:~# 

Then use "less". Make an alias, or whatever.

Though for anything where I'm hacking on the box I usually have to install a real less... not having a text search is crippling.

1 Like

"more" is likely disabled by default, as everybody uses "less" in any case...

https://git.lede-project.org/?p=source.git;a=blob;f=package/utils/busybox/Config-defaults.in;hb=HEAD#l1552

config BUSYBOX_DEFAULT_MORE
bool
default n

If you really want "more" (instead of e.g. providing it via an alias to "less"), you need to enable it in busybox build config and recompile busybox.

Ciao!

How are you?

Yeah, I started using building 2 different routers, so by now I am understand enough to run my own router, fix it with USB-TTL, so this LEDE is awesome and thanks for the you helps.
Have a good day today!!!!