The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: set, setenv
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-31-2002
peter.herlihy peter.herlihy is offline
Registered User
 

Join Date: Nov 2001
Location: New Zealand
Posts: 333
w6u6f - it would pay to keep in mind that this forum doesn't do homework for you. We'll help if you have genuine questions but putting a question like this in the forum is likely to get one of three responses......

1. Do your own homework.
2. Read a book.
3. Visit the man page.

So now you know.

But I'll be nice and give you a hint ..... keep in mind that an environment variable can be absolutely anything that you may have a use for. It's really just a place where all your variables within the current shell are stored. Use the man page for each separate variable - some will be generic type ones that will give you a good explanation....others will be customised i.e. logname and will not appear there at all.

Use 'man -k your_word_here'.

This will let you search the man pages for keywords as oppsed to 'man your_word_here' which will search only for that specific command name.

And of course - point 1,2 and 3 above for 'env' and 'set'
__________________
Pete