Nov 20, 2007 #1 ddrillich Technical User Jun 11, 2003 546 US Good Day, Is there a way to know which shell one uses? Meaning, I log in to certain system and would like to know what the shell is. Is it possible? Regards, Dan
Good Day, Is there a way to know which shell one uses? Meaning, I log in to certain system and would like to know what the shell is. Is it possible? Regards, Dan
Nov 21, 2007 1 #2 KenCunningham Technical User Mar 20, 2001 8,475 GB echo $SHELL I want to be good, is that not enough? Upvote 0 Downvote
Nov 21, 2007 1 #3 linnorm Technical User Jul 20, 2006 33 US Issue this command at the command line and it should tell you what you're using "echo $0" _______ Linnorm Upvote 0 Downvote
Issue this command at the command line and it should tell you what you're using "echo $0" _______ Linnorm
Nov 21, 2007 1 #4 olded Programmer Oct 27, 1998 1,065 US In our article, "Korn Shell Nuances", one of the topics we discuss is how to tell what your shell is: http://www.samag.com/documents/s=10103/sam0612h/0612h.htm Upvote 0 Downvote
In our article, "Korn Shell Nuances", one of the topics we discuss is how to tell what your shell is: http://www.samag.com/documents/s=10103/sam0612h/0612h.htm
Nov 22, 2007 Thread starter #5 ddrillich Technical User Jun 11, 2003 546 US Thank you guys - the article is excellent! Upvote 0 Downvote