View Single Post

  #1 (permalink)  
Old 01-21-2008, 02:54 PM
jkmb jkmb is offline
Junior Member
User
 
Join Date: Jan 2008
My distro: Debian
Posts: 6
Rep Power: 0
jkmb is on a distinguished road
Arrow How to export directoies in freeBSD

Hi

I need to export some directpry path like below:

var1=/<>/<>/<>
export var1

This is my basic idea.
I tried export var1=/<>/<>/<>
after executing this in a shell i did an echo of the var1. But nothing happened.

Can you please help me with this.

I need to srite a script to export multiple directory files..

Thanks in advance
Reply With Quote