top | item 23392290

(no title)

edraferi | 5 years ago

Any idea where I can get data on POSIX utilities ranked by use/importance?

discuss

order

woodrowbarlow|5 years ago

you could start with the list of what's included in busybox:

https://busybox.net/downloads/BusyBox.html

the goal of busybox is to provided a stripped down posix userspace for use in embedded devices -- basically, provide enough posix utils to be able to do some useful shell scripting.

matheusmoreira|5 years ago

Start with file management utilities such as ls, cp, mv and rm.