The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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
sed error : Syntax error: redirection unexpected phpfreak Shell Programming and Scripting 3 12-04-2008 05:19 AM
nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error astjen AIX 9 10-03-2008 11:44 AM
awk Shell Script error : "Syntax Error : `Split' unexpected Herry UNIX for Dummies Questions & Answers 2 03-17-2008 11:16 AM
I got error like...syntax error on line 1, teletype koti_rama UNIX for Advanced & Expert Users 2 07-07-2007 07:35 PM
AWk is still puzzling me... penguin-friend Shell Programming and Scripting 2 02-08-2002 06:10 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-21-2009
Fred Goldman Fred Goldman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 25
Syntax error, puzzling

I am just learning over here unix scripting and the OS in general.

I wrote this script (with some great help from you guys here) when I test at my desktop with cygwin it works fine, but when I take it to work and try it on the Solaris 2 system there I get an error on line 4 syntax error "fileArray". So I tried putting spaces in befor and after the = sign and I got a syntax error on line 4 character "(". This is all very puzzling to me. I would very grateful if someone could help.

I don't know if this is important, but my shell tool says on top it says it is tcsh.

Here is the full script:

Code:
#!/usr/bin/sh
echo "[CTO][GSR]/ /  /|ql|[CTE]
[DOWN]" > C:/Test/File
fileArray=($(find . -maxdepth 1 -name 'P*' -type f))
tLen=${#fileArray[@]}
echo "$tLen"
for (( i=1; i<${tLen}; i++ ));
do 
echo "[CTO][GSR]/ /  /|ql|[CTE]
[DOWN]" >> C:/Test/File
done
for file in /usr/tmp
do
    rm "$file"
done
  #2 (permalink)  
Old 04-21-2009
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,116
this looks like a 'bash' script - change
Code:
#!/usr/bin/sh
TO
Code:
#!/usr/bin/bash
  #3 (permalink)  
Old 04-21-2009
Fred Goldman Fred Goldman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 25
That's correct, I wrote this as a bash script, but when I tried running it today at work it wouldn't run, so I changed it to sh.

I thought that the syntax was very similar. I thought that bash just added some features to sh.
  #4 (permalink)  
Old 04-21-2009
Fred Goldman Fred Goldman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 25
Is there any way to edit this script so that it is compatible with sh?
  #5 (permalink)  
Old 04-22-2009
Fred Goldman Fred Goldman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 25
I think I might have this figured out:

Code:
#!/usr/bin/sh
echo -n > C:/Test/File
for file in P*
do 
echo "[CTO][GSR]/ /  /|ql|[CTE]
[DOWN]" >> C:/Test/File
done
cd usr/tmp
for file in *
do
    rm "$file"
done
Sponsored Links
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 07:06 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
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