![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages 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 08:37 AM |
| export equivalent command in PERL | ammu | Shell Programming and Scripting | 1 | 09-17-2007 03:46 PM |
| typeset and export command difference | systemsb | UNIX for Dummies Questions & Answers | 0 | 05-16-2006 11:36 AM |
| UNIX export command - memory space | Nomaad | UNIX for Advanced & Expert Users | 2 | 04-10-2006 08:49 PM |
| export command | radhika03 | UNIX for Dummies Questions & Answers | 2 | 12-16-2005 09:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
|||||
|
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. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|