What is the current shell you are in ?


/ Published in: Bash
Save to your folder(s)

To find out the current shell


Copy this code and paste it in your HTML
  1. ps -ef | grep $$ | awk '{print $8}'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.