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 here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
deleting a line but keeping the same file laiko UNIX for Dummies Questions & Answers 2 05-13-2008 11:08 AM
Deleting end of line $ character in file bwrynz1 UNIX for Advanced & Expert Users 3 01-08-2008 10:17 AM
Deleting Junks at the end of each line in a file dave_nithis UNIX Desktop for Dummies Questions & Answers 5 10-04-2007 11:51 PM
Trim trailing spaces from each line in a file tipsy Shell Programming and Scripting 5 09-13-2006 02:48 AM
Deleting all content in a file from command line kingdbag UNIX for Dummies Questions & Answers 2 07-20-2006 04:00 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 02-23-2005
Registered User
 

Join Date: Sep 2001
Location: Mexico City
Posts: 9
Deleting end line spaces for along file

How can i clear all space characteres for a long file at the end of each line?
Reply With Quote
Forum Sponsor
  #2  
Old 02-23-2005
vgersh99's Avatar
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 3,019
sed -e 's/[ ]*$//g' file
Reply With Quote
  #3  
Old 02-23-2005
bhargav's Avatar
Registered User
 

Join Date: Sep 2004
Location: USA
Posts: 511
Code:
sed 's/[ ^t]*$//' file1 > file2
^t is nothing but CTRL+V followed by CTRL+I

Last edited by bhargav; 02-23-2005 at 10:51 AM.
Reply With Quote
  #4  
Old 02-23-2005
Registered User
 

Join Date: Sep 2001
Location: Mexico City
Posts: 9
Great!!!! thank you very much...
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 02:02 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0