![]() |
|
|
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 |
| How to Redirect the error messages from Syslog file to our own Application Log File | balasubramaniam | HP-UX | 3 | 04-17-2008 02:44 PM |
| error on dayend log file | FOCKER | UNIX for Dummies Questions & Answers | 1 | 03-04-2008 06:07 PM |
| Error checking a file from previous file size | stuck1 | Shell Programming and Scripting | 2 | 12-06-2007 08:39 AM |
| FTP - need to send error to txt file | scanner248 | Shell Programming and Scripting | 0 | 10-19-2007 12:37 PM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 04:23 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File Error
$vi termin.sh
echo Enter file name read fname1 terminal=`tty` exec < $fname1 while read line do addtab="$addtab$line" done exec < $terminal table_names=$addtab This is the shell script i am executing i am getting a error ./e_ip.sh[32]: /dev/pts/94: cannot open after the while loop exec < $terminal --> at this line the error is happening. Suggest me what action i have to take. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|