![]() |
|
|
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 |
| Awk/shell question: Read from file and assign to variables. | akbar | Shell Programming and Scripting | 3 | 05-07-2008 07:10 PM |
| Need to read data from a file (cut/awk) | rejirajraghav | Shell Programming and Scripting | 1 | 04-29-2008 04:13 PM |
| Read from data file | fongthai | Shell Programming and Scripting | 12 | 02-27-2007 09:22 PM |
| How to read specific lines in a bulk file using C file Programming | rajan_ka1 | High Level Programming | 10 | 11-10-2005 03:29 AM |
| To Read a text file using shell Programming | sandytul | UNIX for Dummies Questions & Answers | 1 | 04-11-2001 12:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Post Shell programming: Question about source a file and read data from the file
This is shell programming assignment.
It needs to create a file called .std_dbrc contains STD_DBROOT=${HOME}/class/2031/Assgn3/STD_DB (which includes all my simple database files) and I am gonna use this .std_dbrc in my script file (read the data from the database files) like this: . ${HOME}/.std_dbrc (means source a file or folder) to import all database to my script and use them. My question is what do I need to do after use . ${HOME}/.std_dbrc in my script? I am not sure how to use it. Please help. |
| Bookmarks |
| Tags |
| linux commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|