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
How do i remove commas(,) & spaces anushree.a Linux 5 05-26-2008 03:39 AM
remove spaces btw tjmannonline UNIX for Dummies Questions & Answers 7 05-26-2008 03:35 AM
Remove spaces from columns jacks Shell Programming and Scripting 2 01-18-2008 10:08 AM
how to remove spaces in a string using sed. radhika Shell Programming and Scripting 4 06-02-2005 04:00 PM
delete blank lines or lines with spaces only vascobrito UNIX for Dummies Questions & Answers 3 01-13-2004 07:36 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 12-06-2005
maheshsri maheshsri is offline
Registered User
  
 

Join Date: Oct 2005
Posts: 31
How to remove plank spaces at the end of lines

Hello friends,

I want to remove blank spaces at the end of lines. I use sed command to do this but it is not working correctly.
sed ‘s/ $//’ file_name

Can some body tell me what is the proper way to remove blank spaces at the end of a limes.

Thanks,
Mahesh Fernando.
  #2 (permalink)  
Old 12-06-2005
vino's Avatar
vino vino is offline Forum Staff  
Supporter (in vino veritas)
  
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,798
You should output the results to some file. Only then can you see the changes.
Code:
sed -e 's/ *$//g' file_name > file_name.temp
mv file_name.temp file_name
  #3 (permalink)  
Old 12-06-2005
grasper grasper is offline
Registered User
  
 

Join Date: Sep 2005
Posts: 45
Are you redirecting your output to another file? That command won't change the file itself.
  #4 (permalink)  
Old 12-06-2005
maheshsri maheshsri is offline
Registered User
  
 

Join Date: Oct 2005
Posts: 31
Friends,

Thanks for the correction.

I am rederectiong the file. given syntax is working fine.


Thanks,
Mahesh.
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 06:57 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