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
substring ?? varungupta Shell Programming and Scripting 7 10-01-2007 10:18 AM
How do I Substring ?? Rigger Shell Programming and Scripting 6 04-26-2007 03:26 AM
substring alla.kishore UNIX for Dummies Questions & Answers 8 01-09-2007 02:57 AM
substring using AWK mahabunta UNIX for Dummies Questions & Answers 3 09-19-2006 05:47 PM
substring Anika UNIX for Dummies Questions & Answers 4 09-19-2001 04:10 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 03-27-2006
senthilk615 senthilk615 is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 16
how to get substring

i have a strings
abc-def.csv
ghi-jkl.csv

i want to make it as

abc-*-def.xyz
ghi-*-jkl.xyz

How to do it?.
  #2 (permalink)  
Old 03-27-2006
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131

Code:
echo 'abc-def.csv' | sed 's/-/&*&/'

  #3 (permalink)  
Old 03-27-2006
senthilk615 senthilk615 is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 16
sorry i had not explained completely, the input file name can have more than one "-"

i.e name can be abc-def-ghi.csv, i want the output aba-def-*-ghi.xyz
  #4 (permalink)  
Old 03-27-2006
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131

Code:
echo 'abc-def-ghi.csv' | sed 's/\(.*\)-\(.*\)/\1-*-\2/'

  #5 (permalink)  
Old 03-27-2006
senthilk615 senthilk615 is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 16
i could not understand the cmd
  #6 (permalink)  
Old 03-27-2006
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131
Quote:
Originally Posted by senthilk615
i could not understand the cmd
what exactly isn't clear?
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 05:04 AM.


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