The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
running a shell script dr46014 Shell Programming and Scripting 6 06-17-2009 02:13 PM
running a shell script from another ali560045 Shell Programming and Scripting 1 11-12-2008 11:36 AM
shell script not running vakharia Mahesh UNIX for Advanced & Expert Users 3 09-17-2008 10:00 PM
Running from Shell Vs running from RC script vickylife SUN Solaris 2 07-31-2008 10:01 AM
Need to know rhe PID for the Shell Script running pbsrinivas Shell Programming and Scripting 7 01-25-2007 09:10 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-23-2009
sbaker sbaker is offline
Registered User
  
 

Join Date: May 2009
Location: Garden Grove, CA
Posts: 6
Question How to tell which shell is running a script

I've been searching for a while and haven't found this answer anywhere.

How can I tell which shell is running my script from within the script? For example, I have lots of older scripts that we are porting to a new Linux system. Many of the scripts start with ":" alone on a line, which I think long ago forced /bin/sh.

Is there a way to tell within the script what it's being interpreted by? I tried "ps", but that only shows the name of the script.

Thanks,

Sean.
  #2 (permalink)  
Old 10-23-2009
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,813
Modern shells support the $SHELL variable.

Code:
echo $SHELL

  #3 (permalink)  
Old 10-23-2009
sbaker sbaker is offline
Registered User
  
 

Join Date: May 2009
Location: Garden Grove, CA
Posts: 6
Quote:
Originally Posted by jim mcnamara View Post
Modern shells support the $SHELL variable.

Code:
echo $SHELL
$SHELL only shows the shell set at login. So if I login, $SHELL = /bin/ksh. If I start a new /bin/sh from my /bin/ksh, $SHELL still = /bin/ksh.

Sean.
  #4 (permalink)  
Old 10-23-2009
cfajohnson's Avatar
cfajohnson cfajohnson is offline Forum Advisor  
Shell programmer, author
  
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,380
Quote:
Originally Posted by jim mcnamara View Post
Modern shells support the $SHELL variable.

Code:
echo $SHELL

That doesn't tell you what shell is currently running; it tells you your default shell, which may or may not be your login shell.

Last edited by cfajohnson; 10-23-2009 at 03:24 PM..
  #5 (permalink)  
Old 10-23-2009
nck nck is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 17
I always thought that the : in the beginning of a script meant that whatever shell you are in is what the script would use.

I've always found it safer to always specify #!/bin/?shell? at the beginning to make sure.
  #6 (permalink)  
Old 10-23-2009
cfajohnson's Avatar
cfajohnson cfajohnson is offline Forum Advisor  
Shell programmer, author
  
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,380
Quote:
Originally Posted by nck View Post
I always thought that the : in the beginning of a script meant that whatever shell you are in is what the script would use.

I've always found it safer to always specify #!/bin/?shell? at the beginning to make sure.

I usually use a shebang only when on a system that doesn't have a POSIX shell in /bin/sh or when I need some feature not supported by the standard shell.
  #7 (permalink)  
Old 10-23-2009
Scrutinizer Scrutinizer is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 761

Code:
ps -p$$ | xargs -n1 | tail -1

linux:

Code:
ps p$$ ocomm h


Last edited by Scrutinizer; 10-23-2009 at 05:36 PM..
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:55 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0