SunQuest
           UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old January 21st, 2005, 03:29 AM
unix_geek unix_geek is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 unix_geek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile Help for SED commands

Hi Can anyone help me out in sed command

5521816900 5521816901 5521816902
5521816903 5521816904 5521816905
5521816906 5521816907 5521816908

three lines are there and spaces within the columns are 10 spaces. i would like to make three colums into one line using sed command ..Coz finally i have to do these things for million lines...can anyone help me out in doing so ....

Thanks in advance.

Reply With Quote
  #2  
Old January 21st, 2005, 06:08 AM
vgersh99 vgersh99 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 47 vgersh99 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 5 h 36 m 43 sec
Reputation Power: 4
Send a message via AIM to vgersh99 Send a message via MSN to vgersh99 Send a message via Yahoo to vgersh99
Quote:
Originally Posted by unix_geek
Hi Can anyone help me out in sed command

5521816900 5521816901 5521816902
5521816903 5521816904 5521816905
5521816906 5521816907 5521816908

three lines are there and spaces within the columns are 10 spaces. i would like to make three colums into one line using sed command ..Coz finally i have to do these things for million lines...can anyone help me out in doing so ....

Thanks in advance.

can you show on the sample ABOVE what the desired output would be - I'm confused with what you're asking!

Reply With Quote
  #3  
Old January 21st, 2005, 06:13 AM
unix_geek unix_geek is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 unix_geek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by vgersh99
can you show on the sample ABOVE what the desired output would be - I'm confused with what you're asking!


for example :

123 456 789
112 212 312

i want it like

123
456
789
112
212
312

in the line order even if its not sorted

Reply With Quote
  #4  
Old January 21st, 2005, 08:55 AM
vgersh99 vgersh99 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 47 vgersh99 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 5 h 36 m 43 sec
Reputation Power: 4
Send a message via AIM to vgersh99 Send a message via MSN to vgersh99 Send a message via Yahoo to vgersh99
nawk -v OFS="\n" '$1=$1' myFile.txt

Reply With Quote
  #5  
Old January 27th, 2005, 02:40 AM
murugesan murugesan is offline
Dinesh_P_V
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: India
Posts: 256 murugesan New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 11 h 38 m
Reputation Power: 0
Send a message via Yahoo to murugesan
Code:
sed 's/[][]*/\
/g' filename.txt
__________________
Dinesh_P_V

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > Help for SED commands


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway