Sponsored Content
Top Forums Shell Programming and Scripting Help on shell script : syntax error at line 62: `end of file' unexpected Post 302266915 by schandrakar1 on Thursday 11th of December 2008 09:53:51 AM
Old 12-11-2008
Help on shell script : syntax error at line 62: `end of file' unexpected

Hi All,

I have written a korn script (code pasted below). It is giving the error while debugging "new.sh: syntax error at line 62: `end of file' unexpected".

I have re-written the whole code in VI and explored all help related to this error on this Unix forum and tried it. Somehow, I could not figure it out.

Could you please help on this?

This script is written in SunOS 5.8 UNIX Server. Its details are:
$ uname -a
SunOS nwcmp100 5.8 Generic_117350-25 sun4u sparc SUNW,Sun-Fire-15000

When I run below script in debugger mode:
sh new.sh filename

It exits after if condition and displays error at next line of the last line of the code:

new.sh: syntax error at line 62: `end of file' unexpected


Thank you!!

Best Regards,
schandrakar1

#******************************
#!/usr/bin/ksh
#******************
# new.sh : It take a country_code file as input.
#It will read truncate files
# & monthly files from a specific directory in the sun server.
#Then it will log #all output or errors to a log file

set -vx

ME_StaggCountry_Codes=$1
Filename=`basename $0 .sh`
LOGPATH=${HOME}/camp/logs
LOGFILE=${LOGPATH}/${Filename}_`date "+%d-%h-%Y_%T`.log
exec 1> ${LOGFILE}
echo `date "+%d-%h-%Y_%T` : ----------- START of ${LOGFILE} --------------- 2>&1
echo
if [ $# -lt 1 ] || [ $# -gt 1 ] ; then
echo "Invalid Parameter list" 2>&1
echo "Usage : $0 <ME_StaggCountry_codes>" 2>&1
echo
echo `date "+%d-%h-%Y_%T` : ----------- END of ${LOGFILE} --------------- 2>&1
exit 1
elif [ $# -eq 1 ] ; then
echo "Input parameter file is : ${ME_StaggCountry_Codes}" 2>&1
fi


for code in `cat ${ME_StaggCountry_Codes}`
do
if [ ${code} != uk ] ; then
Filepath=/${code}rtlftp01/logs
elif [ ${code} = uk ] ; then
Filepath=/rtlftp01/logs
fi
echo
echo "For Country : ${code} 2>&1
echo "Truncate Files at path ${Filepath} are :" 2>&1
ls -ltr ${Filepath}/trunc* 2>&1
echo
echo "Monthly files at path ${Filepath} are :" 2>&1
ls -ltr ${Filepath}/monthly_mi* 2>&1
echo
echo "-----------------------" 2>&1
done
echo
echo `date "+%d-%h-%Y_%T` : ----------- Removing old log files --------------- 2>&1

find ${LOGPATH} -type f -name "${Filename}*.log" -mtime +2 | while read FILE
do
rm -i ${FILE} </dev/tty
done

echo `date "+%d-%h-%Y_%T` : ----------- END of ${LOGFILE} --------------- 2>&1

exec >/dev/tty
 

10 More Discussions You Might Find Interesting

1. Solaris

syntax error at line 59: `end of file' unexpected

Hello... I'm trying to run the sshd script, but I keep geting the Syntax errot message . Here's the last few lines on the script. set nu in vi shows 58 lines, but I keep getting error referring to line 59. Any help is appreciated. Thanks, Remi else echo... (4 Replies)
Discussion started by: Remi
4 Replies

2. Shell Programming and Scripting

mkmkfiles.imake: line 51: syntax error: unexpected end of file

Hi, i am installing glut-3.5 using that ./mkmkfiles.imake its showing an error msg as root@lxdevenv:~/Desktop/openGL/glut-3.5# ./mkmkfiles.imake ./mkmkfiles.imake: line 51: syntax error: unexpected end of file root@lxdevenv:~/Desktop/openGL/glut-3.5# actually there are 49 lines in... (3 Replies)
Discussion started by: Ravikishore
3 Replies

3. Shell Programming and Scripting

syntax error at line 752: `end of file' unexpected

Hi, I'm having a syntax error at line 752: `end of file' unexpected. However, i didn't make any changes on line 752. I just inserted a new code in an existing program. Can anyone please check if there is something wrong with my code: if then lline=`tail -5 $badfile` ... (3 Replies)
Discussion started by: chryz
3 Replies

4. Shell Programming and Scripting

./TRUNCATE-PS_TXN.sh: line 54: syntax error: unexpected end of file

Hi All , My below script is for chacking vaule and then trucating table : ___________ test4@aceuatcs04:/u01/test4/SOLID/Testscript>cat TRUNCATE-PS_TXN.sh #-------------------------------------------------------------------- # Created by:Kaushlesh Yadav # Generated on: 15/07/2010 # Job... (4 Replies)
Discussion started by: kaushelsh168
4 Replies

5. Shell Programming and Scripting

Need help line 35: syntax error: unexpected end of file only 34 lines of code

I am not sure what I am doing wrong here, I did some research and only confused myself further. Any help would be greatly appreciated. I need to make this work for work tomorrow. There are only 34 lines of code in this script, yet its complaining about line 35 Here is the code: ... (7 Replies)
Discussion started by: BkontheShell718
7 Replies

6. Shell Programming and Scripting

EOF Usage - line 56: syntax error: unexpected end of file

Below is a test script I'm writing in the process of learning to write script. When I try to run it I get an unexpected end of file error on line 56. Thoughts? SCRIPT: #!/bin/bash # system_page - A script to produce a system information HTML file ##### Constants TITLE="My System... (1 Reply)
Discussion started by: mpercy725
1 Replies

7. Shell Programming and Scripting

line 15: syntax error: unexpected end of file

Hi all, I am very new to programming and even newer to this forum as well, so I apologize if this should have been in the Newbie category, but... I am currently trying to figure out Shell Scripting and am running into problems early. Not having taken any kind of programming class, I am not even... (2 Replies)
Discussion started by: ccorder22
2 Replies

8. Shell Programming and Scripting

Cannot execute/finish script because of last line syntax error: unexpected end of file/token `done'

first of all I thought the argument DONE is necessary for all scripts that have or begin with do statements which I have on my script, However, I still don't completely understand why I am receiving an error I tried adding another done argument statement but didn't do any good. I appreciate... (3 Replies)
Discussion started by: wolf@=NK
3 Replies

9. Red Hat

sh: module: line 1: syntax error: unexpected end of file

Hi, We have installed linux6(RHEL) OS and installed datastage application on that. First time installation worked fine and our all services related to datastage was up and running. When we stopped the datastage and restarted its giving below error while restart:- ./uv -admin -start DataStage... (0 Replies)
Discussion started by: prasson_ibm
0 Replies

10. Shell Programming and Scripting

Del: line 13: syntax error: unexpected end of file

1 echo -e "Enter a filename" 2 read filename 3 if 4 then 5 echo -e "do you want to delete?" 6 read answer 7 if 8 then rm myfirst 9 else 10 echo -e "file not deleted" 11 fi 12 exit0 (1 Reply)
Discussion started by: Speedy
1 Replies
DDB(8)							    BSD System Manager's Manual 						    DDB(8)

NAME
ddb -- configure DDB kernel debugger properties SYNOPSIS
ddb capture [-M -core] [-N -system] print ddb capture [-M -core] [-N -system] status ddb script scriptname ddb script scriptname=script ddb scripts ddb unscript scriptname ddb pathname DESCRIPTION
The ddb utility configures certain aspects of the ddb(4) kernel debugger from user space that are not configured at compile-time or easily via sysctl(8) MIB entries. To ease configuration, commands can be put in a file which is processed using ddb as shown in the last synopsis line. An absolute pathname must be used. The file will be read line by line and applied as arguments to the ddb utility. Whitespace at the beginning of lines will be ignored as will lines where the first non-whitespace character is '#'. OUTPUT CAPTURE
The ddb utility can be used to extract the contents of the ddb(4) output capture buffer of the current live kernel, or from the crash dump of a kernel on disk. The following debugger commands are available from the command line: capture [-M core] [-N system] print Print the current contents of the ddb(4) output capture buffer. capture [-M core] [-N system] status Print the current status of the ddb(4) output capture buffer. SCRIPTING
The ddb utility can be used to configure aspects of ddb(4) scripting from user space; scripting support is described in more detail in ddb(4). Each of the debugger commands is available from the command line: script scriptname Print the script named scriptname. script scriptname=script Define a script named scriptname. As many scripts contain characters interpreted in special ways by the shell, it is advisable to enclose script in quotes. scripts List currently defined scripts. unscript scriptname Delete the script named scriptname. EXIT STATUS
The ddb utility exits 0 on success, and >0 if an error occurs. EXAMPLES
The following example defines a script that will execute when the kernel debugger is entered as a result of a break signal: ddb script kdb.enter.break="show pcpu; bt" The following example will delete the script: ddb unscript kdb.enter.break For further examples, see the ddb(4) and textdump(4) manual pages. SEE ALSO
ddb(4), textdump(4), sysctl(8) HISTORY
The ddb utility first appeared in FreeBSD 7.1. AUTHORS
Robert N M Watson BUGS
Ideally, ddb would not exist, as all pertinent aspects of ddb(4) could be configured directly via sysctl(8). BSD
December 24, 2008 BSD
All times are GMT -4. The time now is 02:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy