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
.xls to .csv conversion neil546 Shell Programming and Scripting 7 07-17-2007 04:55 AM
Hex Conversion insania Shell Programming and Scripting 2 03-20-2007 03:15 PM
conversion rajan_ka1 UNIX for Advanced & Expert Users 1 03-14-2006 07:56 AM
String Conversion in awk rohanrege Shell Programming and Scripting 3 02-14-2005 05:05 PM
X.25 to TCP/IP conversion manjunath IP Networking 2 08-20-2002 09:57 AM

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 06-02-2008
infyanurag infyanurag is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 65
conversion

hi all
i have a file like

151125
25252
2452567
253464576
255

i want this file to be like

'151125','25252','2452567','253464576','255'

please help

thanks
  #2 (permalink)  
Old 06-02-2008
jaduks's Avatar
jaduks jaduks is offline
Registered User
  
 

Join Date: Aug 2007
Location: Assam,India
Posts: 166
Code:
$ echo `< infy.txt tr '\n' ',' | sed "s/[0-9]*/\'&\'/g; s/,''$// "`
//Jadu
  #3 (permalink)  
Old 06-02-2008
lo tan lo tan is offline
Registered User
  
 

Join Date: May 2008
Posts: 8
Not sure if it is...

#!/bin/sh
for i in `cat file10`
do
echo \'$i\',
done | fmt
  #4 (permalink)  
Old 06-02-2008
infyanurag infyanurag is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 65
Quote:
Originally Posted by jaduks View Post
Code:
$ echo `< infy.txt tr '\n' ',' | sed "s/[0-9]*/\'&\'/g; s/,''$// "`
//Jadu
great!!!!

cheers
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 11:07 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