linux - Is there a mac os x version of lsdev? -


as listed in title,

is there alternative lsdev

on mac os bash?

completely different format , common, different information, may help:

system_profiler 

credit https://serverfault.com/a/8647

note lsdev interrogates /proc/ filesystem interface kernel. interface not exist in osx, direct lsdev port highly non-trivial.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

python 3.x - Mapping specific letters onto a list of words -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -