I'm making a bash script and I'd like to make sure it's portable. For context, the command will be the part of tmux-resurrect plugin.
I want to use this command: ps -eo ppid,command
. Is that command portable?
I'd also be glad to hear how to check that myself. For example: maybe there's a service that can test commands on the large number of operating systems etc?