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
remove spaces btw tjmannonline UNIX for Dummies Questions & Answers 7 05-25-2008 11:35 PM
remove duplicated columns kamel.seg Shell Programming and Scripting 6 02-21-2008 04:36 AM
removing spaces betweent columns sbasetty Shell Programming and Scripting 8 01-24-2007 04:21 PM
Remove lines with n columns Krispy Shell Programming and Scripting 2 11-10-2006 02:41 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-18-2008
Registered User
 

Join Date: Jan 2008
Posts: 4
Remove spaces from columns

I have a file with only one field something like this :
213.45

220.65

240.47


345.67

320.45

I want to remove all spaces in between. Is there any unix command for that ?Thanks in advance..
Reply With Quote
Forum Sponsor
  #2  
Old 01-18-2008
radoulov's Avatar
addict
 

Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 1,933
If you mean blank lines:

Code:
grep . filename
or without external commands:

Code:
printf "%s\n" $(<filename)
Reply With Quote
  #3  
Old 01-18-2008
Registered User
 

Join Date: Jan 2008
Posts: 4
Quote:
Originally Posted by radoulov View Post
If you mean blank lines:

Code:
grep . filename
or without external commands:

Code:
printf "%s\n" $(<filename)
Thanks a lot, radoulov !!

grep . filename worked nicely..
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 06:59 AM.


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