The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Export command prakash.kudreka UNIX for Advanced & Expert Users 3 11-20-2007 04:37 AM
export equivalent command in PERL ammu Shell Programming and Scripting 1 09-17-2007 12:46 PM
typeset and export command difference systemsb UNIX for Dummies Questions & Answers 0 05-16-2006 08:36 AM
UNIX export command - memory space Nomaad UNIX for Advanced & Expert Users 2 04-10-2006 05:49 PM
export command radhika03 UNIX for Dummies Questions & Answers 2 12-16-2005 05:25 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-01-2005
Registered User
 

Join Date: Mar 2005
Location: INDIA
Posts: 60
Wink using export command

I saw a unix shell script in which export command is used like this :
export filename
what is a file exported for ?

thanks
srini
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-01-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,355
Actually, the way to think of it is that variables are exported. And a variable gets exported to the environment. This means that child processes will be able to access it. The PATH variable was exported for you. View it with:
echo $PATH
You may have commands like env or printenv that can display the entire environment.
Reply With Quote
  #3 (permalink)  
Old 04-01-2005
Registered User
 

Join Date: Mar 2005
Location: INDIA
Posts: 60
Hi Perderabo,
Thanks for your reply.But in that script i see that they have used it to export a filename....I agree that export is used so that the child shell can also have access to the variables.And i also agree what u said about the path varible being exported.And i see that the file name is either a actual filename or a directory path.
So what is the reason to do this ?
Thanks in advance
sveera
Reply With Quote
  #4 (permalink)  
Old 04-01-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,355
I command like "export filename" defines a variable called "filename" and sets the export flag. This would only be useful if a
filename=something
statement followed or preceded.

This assumes ksh or bash. And it assumes that "export" was not redefined. It's possible that the author of the script made an error.
Reply With Quote
  #5 (permalink)  
Old 04-01-2005
Registered User
 

Join Date: Mar 2005
Location: INDIA
Posts: 60
Talking

Thank you Perderabo.
bye
sveera
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 03:55 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0