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
CEP in Layman?s Terms: Reuse and Agility iBot Complex Event Processing RSS News 0 01-18-2008 01:30 AM
Grab terms leaving spacings intact Raynon Shell Programming and Scripting 3 11-09-2007 01:52 PM
Lost with terms new2ss UNIX for Dummies Questions & Answers 3 10-04-2007 09:30 AM
Some Basic terms in UNIX nervous UNIX for Dummies Questions & Answers 3 01-09-2007 03:21 AM
laymens terms for netstat states eloquent99 IP Networking 1 03-10-2003 11:02 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-11-2007
Raynon Raynon is offline
Registered User
  
 

Join Date: Sep 2006
Location: Sg
Posts: 350
Alignment of terms to the left

Hi All,

I have a set of data and i want to arrange it in a neater way.
Is there any ways i can align each term to the left such that every field start on the same vertical point

Actual Data


111111 bbb dddd zz
111111 bbbbbb dddd zz
111111 bbbbbbbbb dddd zz
111111 aa dddd zzz
  #2 (permalink)  
Old 09-11-2007
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,407
Try...
Code:
$ echo '111111 bbb dddd zz
> 111111 bbbbbb dddd zz
> 111111 bbbbbbbbb dddd zz
> 111111 aa dddd zzz' |\
>  awk '{printf "%-10s %-10s %-10s %-10s\n", $1, $2, $3, $4}'
111111     bbb        dddd       zz
111111     bbbbbb     dddd       zz
111111     bbbbbbbbb  dddd       zz
111111     aa         dddd       zzz
  #3 (permalink)  
Old 09-11-2007
Raynon Raynon is offline
Registered User
  
 

Join Date: Sep 2006
Location: Sg
Posts: 350
Hi Ygor,

Thanks, it works !!
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:00 PM.


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