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
when executing .sh script in telnet error "script not found" smiley Shell Programming and Scripting 1 04-22-2008 02:01 PM
awk Shell Script error : "Syntax Error : `Split' unexpected Herry UNIX for Dummies Questions & Answers 2 03-17-2008 11:16 AM
Script Error if ... then Nysif Steve UNIX for Dummies Questions & Answers 4 09-19-2007 04:41 PM
Script Error buntijain Shell Programming and Scripting 1 12-13-2006 05:49 AM
Script Error dreams5617 Shell Programming and Scripting 1 11-12-2004 04:17 PM

 
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
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 04-17-2008
krworks krworks is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 4
Error in the script

Hi,

I have a test script which zips the log files in a folder.


Code:
#!/bin/ksh

cd /home/rt/Test_Zip

z=`ls *.log`
 
for i in $z 
gzip $i > "$i"_`date +%m%d%y`.gz
done

The folder has 4 log files, When I run the script, It ends up with only zipping 2 files that are smaller in size. For other 2 files an error is thrown as below-

Code:
s0989pdv:/home/rt$ ./Logs_Zip.sh
detailLog_22Mar.log[1]: [main@: not found [No such file or directory]
detailLog_22Mar.log[2]: DetailedFile: not found [No such file or directory]
detailLog_22Mar.log[4]: [main@: not found [No such file or directory]
detailLog_22Mar.log[5]: Command: not found [No such file or directory]
detailLog_22Mar.log[6]: PRTMSGDM: not found [No such file or directory]
detailLog_22Mar.log[8]: [main@: not found [No such file or directory]
detailLog_22Mar.log[9]: MACHINE: not found [No such file or directory]
detailLog_22Mar.log[10]: -------------------: not found [No such file or directory]
detailLog_22Mar.log[11]: Host: not found [No such file or directory]
detailLog_22Mar.log[12]: System: not found [No such file or directory]
detailLog_22Mar.log[13]: Num: not found [No such file or directory]
detailLog_22Mar.log[15]: OS: not found [No such file or directory]
detailLog_22Mar.log[16]: --------------: not found [No such file or directory]
detailLog_22Mar.log[17]: OS: not found [No such file or directory]
detailLog_22Mar.log[18]: OS: not found [No such file or directory]
detailLog_22Mar.log[20]: LIMIT: not found [No such file or directory]
detailLog_22Mar.log[21]: -----------------: not found [No such file or directory]
detailLog_22Mar.log[22]: Core: not found [No such file or directory]
detailLog_22Mar.log[23]: Data: not found [No such file or directory]
detailLog_22Mar.log[24]: File: not found [No such file or directory]
detailLog_22Mar.log[25]: Max: not found [No such file or directory]
detailLog_22Mar.log[26]: Open: not found [No such file or directory]
detailLog_22Mar.log[27]: Stack: not found [No such file or directory]
detailLog_22Mar.log[28]: CPU: not found [No such file or directory]
detailLog_22Mar.log[30]: JAVA: not found [No such file or directory]
detailLog_22Mar.log[31]: ---------------: not found [No such file or directory]
detailLog_22Mar.log[32]: Java: not found [No such file or directory]
detailLog_22Mar.log[33]: Java: not found [No such file or directory]
detailLog_22Mar.log[34]: Java: not found [No such file or directory]
detailLog_22Mar.log[35]: Java: not found [No such file or directory]
detailLog_22Mar.log: line 35: syntax error at line 36: `(' unexpected
Temp.log[1]: Tue: not found [No such file or directory]
Temp.log[2]: Running: not found [No such file or directory]
Temp.log: line 3: Tue: not found

Please help me...

Last edited by krworks; 04-18-2008 at 12:10 AM.. Reason: added code tags
 

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:11 PM.


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