![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| 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 |
| using export command | sveera | Shell Programming and Scripting | 4 | 04-01-2005 08:05 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
export command
Is there any difference between these 2 commands :-
export var="a" and var="a" export var |
| Forum Sponsor | ||
|
|
|
|||
|
no chnage...
i guess the only thing it would have affected is that whether variable is exported at all or not
bottomline:both the commands will serve the same purpose |