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 > 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
regex to remove text before&&after comma chars yomaya Shell Programming and Scripting 3 06-08-2009 06:44 AM
How to remove comma from the last line of the file sandeep_1105 UNIX for Dummies Questions & Answers 5 05-27-2009 01:01 PM
Delete a comma from string MisterKhan Shell Programming and Scripting 6 03-26-2009 03:36 PM
remove unnecessary comma from file sumeet UNIX for Advanced & Expert Users 1 12-31-2008 06:00 PM
Remove whitespaces between comma separated fields from file nitinbjoshi UNIX for Dummies Questions & Answers 2 06-14-2008 09:14 AM

 
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
Prev Previous Post   Next Post Next
  #15 (permalink)  
Old 2 Weeks Ago
Reddy482 Reddy482 is offline
Registered User
  
 

Join Date: Nov 2009
Posts: 15
Thank you Johnson.
Your code worked like charm.

---------- Post updated 11-09-09 at 02:40 PM ---------- Previous update was 11-08-09 at 09:12 PM ----------

Quote:
Originally Posted by danmero View Post
We can change the expansion order:
Code:
ts="UID:               ABC345QWE678GFK345SA90, LENGTH 32"
ts="${ts%,*}"
echo ${ts#*:}
or using awk
Code:
echo "UID:  ABC345QWE678GFK345SA90, LENGTH 32"|awk '{sub(",","");print $2}'
or sed
Code:
echo "UID:  ABC345QWE678GFK345SA90, LENGTH 32" | sed 's/.* \(.*\),.*/\1/'
Hi Dan
Can you please explain me what is happenning in the sed command
sed 's/.* \(.*\),.*/\1/' temp.txt).It worked for me bit i didn't understand.
 

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 08:46 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