User Tools

Site Tools


which_shell_am_i_using

This is an old revision of the document!


Q. Which shell am I using?

A. There are three ways

% echo $0
/usr/bin/zsh

% echo $SHELL
/usr/bin/zsh

% ps -p $$
  PID TTY          TIME CMD
29189 pts/1    00:00:00 zsh

If necessary, the last command can be parsed as follows.

% ps -hp $$|awk '{print $5}'
/usr/bin/zsh
which_shell_am_i_using.1672780761.txt.gz · Last modified: 2023/01/03 21:19 by raju