Is there a way to list mac-specific commands in terminal?
I'm very familiar with Linux but not familiar with macOS so much. I know many of UNIX commands widely used in variety of distributions such as echo, cat, sed, docker, vi, etc. whilst I don't know many of mac-specific commands such as open, launchctl, pbcopy, osascript, afplay, say, qlmanage, sw_vers, etc.
ls -1 /bin /sbin /usr/bin /usr/sbin | sorton both platforms anddiffthe resulting files. – nohillside Aug 11 '21 at 17:36