![]() |
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 |
| 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| extract from a file based on values in another file | Gussifinknottle | Shell Programming and Scripting | 1 | 01-11-2009 07:52 PM |
| update a file with values from other file in shell bash | teodora | Shell Programming and Scripting | 1 | 07-03-2008 11:39 AM |
| passing values into logrotate?? | imbiea | Shell Programming and Scripting | 1 | 06-09-2008 04:03 PM |
| scripting: multiple values from file passing to command | LisaS | UNIX for Dummies Questions & Answers | 5 | 07-20-2007 01:34 PM |
| Passing values out awk. | gio123bg | Shell Programming and Scripting | 3 | 12-09-2003 01:32 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Passing values from one file to another file
Hi all
I need some help to pass the values from one shell script to another ,so that the other script uses those values For Ex: File1.sh echo "Enter user[admin]:" read answer echo "Enter password for [$answer]:" stty -echo read passwd stty echo File2.sh This file should use those values that are stored in $answer and $passwd.Is that possible. Please let me know Thanks CK ![]() |
|
||||
|
man export
|
| Sponsored Links | ||
|
|