•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Shell Scripting section within the Software Development category of DaniWeb, a massive community of 392,098 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,854 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Shell Scripting advertiser:
Views: 1133 | Replies: 0
![]() |
•
•
Join Date: Feb 2006
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
Hi !
This is the code of a script main.sh
Now this script reads from a file test.txt and calls another script temp.sh.
Here is temp.sh
Now the problem is, after executing temp.sh in main.sh, the while loop exits without iterating and reading the next line from the file test.txt
Now, if I remove the line "rsh alpha11.xyz.com ls" from temp.sh then the loop works perfectly fine and it reads the next line from test.txt
I hope you understood my problem.
Can anybody help ?
Abhinav Shah
http://www.abhinav.frih.net
This is the code of a script main.sh
while read line do chmod +x temp.sh ./temp.sh $line done <test.txt
Now this script reads from a file test.txt and calls another script temp.sh.
Here is temp.sh
echo $1 rsh alpha11.xyz.com ls
Now the problem is, after executing temp.sh in main.sh, the while loop exits without iterating and reading the next line from the file test.txt
Now, if I remove the line "rsh alpha11.xyz.com ls" from temp.sh then the loop works perfectly fine and it reads the next line from test.txt
I hope you understood my problem.
Can anybody help ?
Abhinav Shah
http://www.abhinav.frih.net
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Shell Scripting Marketplace
Similar Threads
- LCD on iMac went monochrome! (OS X)
- Keep getting stupid ERROR messages (Windows NT / 2000 / XP / 2003)
- Random Shutdowns/Restarts (Windows NT / 2000 / XP / 2003)
- Wierd Problem please help! (Windows NT / 2000 / XP / 2003)
- XP Explorer Problem (Windows NT / 2000 / XP / 2003)
Other Threads in the Shell Scripting Forum
- Previous Thread: command line arguments problem.
- Next Thread: Need some help


Linear Mode