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 > 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
running command in while loop gefa Shell Programming and Scripting 2 11-21-2007 07:27 AM
for loop with db2 command Vaddadi Shell Programming and Scripting 1 10-05-2007 12:51 PM
Help with a simple loop command! dfs Shell Programming and Scripting 8 05-18-2007 01:27 PM
Pb in while loop with ssh command madmat Shell Programming and Scripting 1 10-13-2005 02:45 AM
rsh command in a while loop Nicol Shell Programming and Scripting 6 11-19-2003 01:08 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 09-12-2003
sleepster sleepster is offline
Registered User
  
 

Join Date: Sep 2003
Posts: 16
Using cat command in a for loop

If I have a data file containing entries like-> abc abc:123

and I use a for loop:

for I in `cat data-file`
do
echo $I
done

the output would contain 2 lines -> abc.... and abc:123

but I want it to be on only one line. How can I do this?

thanks
  #2 (permalink)  
Old 09-12-2003
oombera's Avatar
oombera oombera is offline Forum Advisor  
Registered User
  
 

Join Date: Aug 2002
Location: Cleveland, OH
Posts: 804
Code:
while read I
do
 echo "$I"
done < data-file
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 01:20 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