Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Please completely delte my MySpace Profile with all information. I do understand that this will be permanent...
- Thank you! This was very helpful.
- Opps I didn't see lift chair... "The 'gcc compiler' is installed when one installs 'XcodeTools' (via the 'XcodeTools.mpkg' file) from the installation CD (if...
- Sorry if i am repeating anyone but I know if you have mac 10.4.X then on the install disk you can find a copy of xcode...
- ok
Tech-Recipes
Cookbook of Tech TutorialsSet environment variables in Bourne shell (sh) | Bourne shell | Tech-Recipes
Started by qdideas · 9 months ago
4 years ago
Does function also:
export MANPATH=${MANPATH}:/new/pathTo view a specific variable:
printenv PATHTo view all environment variables:
envCoalKoRn