The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-21-2006
amit.verma amit.verma is offline
Registered User
 

Join Date: May 2006
Posts: 8
or use
export PATH=$PATH:<your additions seperated with colons>:

on command line and will be valid for the session only
Reply With Quote