The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Help needed in sed Alecs Shell Programming and Scripting 1 06-14-2008 10:46 AM
while loop inside while loop panknil Shell Programming and Scripting 0 01-07-2008 09:49 AM
NEED HELP PLZ! While Loop script needed! scoobydoo Shell Programming and Scripting 1 03-02-2005 09:56 PM
little help needed with my awk thewizard Shell Programming and Scripting 5 03-09-2004 01:49 PM
how to get the similar function in while loop or for loop trynew Shell Programming and Scripting 3 06-17-2002 08:09 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-24-2008
Registered User
 

Join Date: Apr 2008
Posts: 14
Lightbulb For loop help needed

Hi there,

i want to direct the out put return from the FOR loop statement to any log file.

code copied below.

for file in `ls *.in`
do
...
...
done

if there is no file then i need to write the log to one file.

Thanks
Arun
Reply With Quote
Forum Sponsor
  #2  
Old 06-24-2008
Moderator
 

Join Date: Feb 2007
Posts: 2,328
Within the loop:

Code:
echo "$file" >> logfile
Regards
Reply With Quote
  #3  
Old 06-24-2008
Registered User
 

Join Date: Jun 2008
Posts: 7
Question How to read the content of file using shell scripts

Hello,

I am new bee for unix, plz help me out for reading the content of file.
using shell scripts.
Reply With Quote
  #4  
Old 06-25-2008
Registered User
 

Join Date: Jun 2008
Posts: 7
Smile just try, but not sure

hi.. try this


for condition
do
--
--
done > file_name
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 07:31 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0