The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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
Stop a shell script msb65 UNIX for Dummies Questions & Answers 3 09-04-2008 10:28 AM
Script to run non-stop Raynon Shell Programming and Scripting 37 01-21-2008 05:36 AM
Script that doesn't stop biot UNIX for Dummies Questions & Answers 3 11-30-2007 01:19 AM
Script does not stop when doing a read rooseter Shell Programming and Scripting 7 11-05-2007 01:46 PM
Start/Stop Script jjv1 UNIX for Dummies Questions & Answers 2 12-16-2003 04:28 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-11-2008
larne larne is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 11
script don't stop

Hello everybody!
I am new to this and I am trying to change a script in an open source program that plots some offset vectors and then calls a postscript viewer. I have commented away the call for the postscript viewer but somehow the script doesn't return to the shell prompt. I cant figure out why. It is not a big problem since the script will continue if there are more "calls" in the script, but why is it "waiting"?
any ideas?


Code:
### Add the window numbers (last overlay, no -K (close plot system)).
#pstext: (x, y,  size(pts), angle(ccw),  fontno,  justify,  text)
set GMTFLAGS = "-O -N -G0/0/0 $GENOPT $RANGE $SIZE"
echo "   Calling:   pstext $GMTFLAGS >> $PSFILE"
#green, 14pts, RightTop BottomLeft
$AWK '{printf "%.1f %.1f 10 0 0 RT %s\n", $2, $3, $1}' $TMPFILE | pstext $GMTFLAGS >> $PSFILE

# commented away 081011
# # calls from Doris, cannot interactive...
# #%// BK 19-Jul-2000
# echo "   Calling:   viewanddel"
# rm -f $TMPFILE $GRDFILE $CPTFILE
# viewanddel $PSFILE

# ### EOF

exit 0 # added 081011

  #2 (permalink)  
Old 10-11-2008
Franklin52 Franklin52 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2007
Posts: 4,338
Try to monitor your script in the debug mode. Add this line below your #!/bin/ksh line:


Code:
set -x

Regards
  #3 (permalink)  
Old 10-11-2008
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
  
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,889
I think its because $TMPFILE is empty or undefined. awk needs two arguments: your program string and a filename. If it gets no filename, it expects (and waits for) input from standard input. Next time, run the script and hit CTRL-D. Awk will terminate and the script will continue.
  #4 (permalink)  
Old 10-12-2008
larne larne is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 11
thanks!
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:53 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0