/ Published in: Bash

To find out the current shell
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ps -ef | grep $$ | awk '{print $8}'
Comments
