The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
using awk != parameter karthikn7974 Shell Programming and Scripting 4 04-28-2008 06:59 AM
awk parameter alokmits Shell Programming and Scripting 5 01-30-2008 03:10 AM
how do I make dynamic parameter names? Or get the value of a parameter evaluated twi Awanka Shell Programming and Scripting 2 04-19-2007 09:37 PM
parameter u263066 Shell Programming and Scripting 5 10-12-2006 03:46 AM

Closed Thread
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 02-10-2005
moxxx68's Avatar
moxxx68 moxxx68 is offline
Registered User
  
 

Join Date: Mar 2004
Posts: 301
Question $- parameter ...

I have an excert from the Rute Tutorial and Expo by paul sheer... about parameters.. so far I have understood most of them .. except this one:
"$-
Expands to the current option flags as specified upon invocation, by the set builtin command, or those set by the shell itself (such as the -i option)." (by paul sheer Author of Rute Tutorial and Expo).....
when I excute this command on the command line I get this;
echo $-
himBH
if any could clarify this it would greatly be appreciated.. .
moxxx68

Last edited by moxxx68; 02-10-2005 at 06:19 PM..
  #2 (permalink)  
Old 02-10-2005
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
$- is used to show current shell options (in Bash, Korn and others)... These can be options passed during the shells invocation (i.e. when the shell is first started), or set whilst the shell is running with the "set" command. For example....

$ echo $-
himBH
$ set -x
$ echo $-
himxBH
$ set +x
$ echo $-
himBH
$ bash -r # start another shell with -r set
$ echo $-
himrBH
$ exit
$ echo $-
himBH

Read the manual page for the shell you're using and take a look at the "set" section and also the invocation options section.

I check the value of $- in my .kshrc file to make sure that it is executed for interactive shells only.

Cheers
ZB
  #3 (permalink)  
Old 02-10-2005
moxxx68's Avatar
moxxx68 moxxx68 is offline
Registered User
  
 

Join Date: Mar 2004
Posts: 301
thanx moxxx68.....
cheers.
Closed Thread

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:57 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