(ins)root 51 (761659) 2 ~ # bash -c 'if [[ -v KSH_VERSION ]]; then builtin cut; typeset -n BASHPID=.sh.pid; else enable -f cut{,}; fi; echo "$(cut -d " " -f 1 /proc/self/stat)" "$BASHPID"' 762103 762102 (ins)root 51 (761659) 0 ~ # bash -c 'if [[ -v KSH_VERSION ]]; then builtin cut; typeset -n BASHPID=.sh.pid; else enable -f cut{,}; fi; echo "${(cut -d " " -f 1 /proc/self/stat)}" "$BASHPID"' 762133 762132 (ins)root 51 (761659) 0 ~ # ksh -c 'if [[ -v KSH_VERSION ]]; then builtin cut; typeset -n BASHPID=.sh.pid; else enable -f cut{,}; fi; echo "${(cut -d " " -f 1 /proc/self/stat)}" "$BASHPID"' 762137 762137 (cmd)root 51 (761659) 0 ~ # ksh -c 'if [[ -v KSH_VERSION ]]; then builtin cut; typeset -n BASHPID=.sh.pid; else enable -f cut{,}; fi; echo "$(cut -d " " -f 1 /proc/self/stat)" "$BASHPID"' 762144 762144