Help with Aligning the content of a txt file


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help with Aligning the content of a txt file
# 1  
Old 06-04-2012
Question Help with Aligning the content of a txt file

Hello friends
Please help me to display the content of a file in specific aligned manner.
for ex.
the content of the file may be
[code]
>$TEST
WELCOME
HI
HELLO
UNIX
SHELL
SCRIPTING
>$
I want to display the content like
Code:
.
TEST                      WELCOME        HI
HELLO                   UNIX                 SHELL
SCRIPTING   ....
.

Here we need to consider the longest word of the file( in this ex SCRIPTING = 9),So after each word there should me some empty spaces,
ex: TEST has only 4 letters in it, So I need 5 empty space following TEST so 4+5 = 9...like this i need to display the content

( Here in this site the empty spaces are not coming)

Please help me to fix this..I'm trying this for since 10 days..couldn't figure it out...Thanks in advance...

Moderator's Comments:
Mod Comment Please use next time code tags for your code and data

Last edited by rajmohan146; 06-04-2012 at 11:23 AM..
# 2  
Old 06-04-2012
If you had used code tags, you would have noticed it keeps spacing and indent format...
# 3  
Old 06-04-2012
Ever considered using pr command ? (Its magic...)
# 4  
Old 06-04-2012
Thanks
# 5  
Old 06-04-2012
Code:
awk 'BEGIN{ORS=""} {printf("%-9s", $1)}' infile >outfile

# 6  
Old 06-04-2012
But I need to print more than one word( say TEST , HI, HELLO) in a same line...
Like matrix format

---------- Post updated at 09:36 AM ---------- Previous update was at 09:24 AM ----------

Sdf

Thanks for the help

I need the counter to be reseted when starting of every line..I mean the output line

Last edited by rajmohan146; 06-06-2012 at 03:52 AM..
# 7  
Old 06-04-2012
Quote:
Originally Posted by rajmohan146

I need the counter to be reseted when starting of every line..
Are there several files and for every file the longest word shall be the measure for the field length?

---------- Post updated at 10:25 PM ---------- Previous update was at 04:42 PM ----------

@ rajmohan146

This script determines the longest word of the file and paddes the rest of the field with empty spaces according to the longest word of the file:
Code:
awk '{a[i++]=$1; if(length($1) > length(max)) max=$1;l=length(max)}  END{ for(j=1; j<=i;j++) printf("%"(l+1)"s,",a[j-1])}' infile > outfile

output
Code:
      TEST,   WELCOME,        HI,     HELLO,      UNIX,     SHELL, SCRIPTING,

Good luck!

Last edited by sdf; 06-05-2012 at 04:02 AM.. Reason: adjusted script
This User Gave Thanks to sdf For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Copy the content from txt file and create a html file

I have a txt file with a list of error messages in a xml tag format, and each error message is separated with a identifier(endresult).Need to split that and copy and create a new html file.Error message has some special character. how to escape the special character and insert my data into the... (7 Replies)
Discussion started by: DevAakash
7 Replies

2. Shell Programming and Scripting

Aligning a file

I have a large text file in following format cat input.txt abc qwert qwer afweferf wdfwefwe ==> kjhjkwdd mnmn ==> jkjkjwekj poiu ==> lklklke tytyutut ==> olkjmnsmn I need to align those lines with the characters " ==>" . I dont want to disturb the lines which dont have "==>". The... (6 Replies)
Discussion started by: ctrld
6 Replies

3. Shell Programming and Scripting

Reset different and multiple .txt file content to 0

I need help. I have to create a cron job that will reset the value of different and multiple .txt file to 0. Example: Actual 172_21.txt = 25 192_101.txt = 10 192_168.txt = 5 10_10.txt = 3 After the cron job 172_21.txt = 0 192_101.txt = 0 192_168.txt = 0 10_10.txt = 0 The cron... (2 Replies)
Discussion started by: jasperux
2 Replies

4. Shell Programming and Scripting

Aligning columns in a text file using Perl

Hi All, I am new to perl and was trying to write a simple program which will generate a text file as output.. now the output which i am getting is something like this.. ================================================================================================== Col1 ... (8 Replies)
Discussion started by: smarty86
8 Replies

5. Shell Programming and Scripting

Aligning numbers in the second file based on first file

Hi All, I have two sets of files with names .dat and .txt. The number of files is really large more than 90000. The files have names like 1.dat, 2.dat,3.dat and so on where as txt files have names like 1.txt, 2.txt, 3.txt and so on The DAT and TXT files are equal in number. About 90000 each ... (4 Replies)
Discussion started by: shoaibjameel123
4 Replies

6. UNIX for Dummies Questions & Answers

sed insert content of file.txt to multi files

Ive this sed & find command find /home/www/ -name footer.php -exec sed -i 's/<\/body>/file.txt\n<\/body>/' what I need to place content of file.txt before </body> in all footer.php files file.txt content is google analytic script which is like 7 lines any help to adjust my command to... (2 Replies)
Discussion started by: xmoe
2 Replies

7. Shell Programming and Scripting

how to create file.txt and add current date in file content

Hey guy, how to make bash script to create foo.txt file and add current date into file content and that file always append. example: today the script run and add today date into content foo.txt and tomorrow the script will run and add tomorrow date in content foo.txt without remove today... (3 Replies)
Discussion started by: chenboly
3 Replies

8. Shell Programming and Scripting

Extract content from several txt-files

Hi! Im trying to write a script in ksh that creates a single txt-file from specific content in several other txt-files. From these files I want to extract all text after 'WORD' and before '=', regardless of number of lines and other content. I have tried cat and guess I need... (7 Replies)
Discussion started by: larsu
7 Replies

9. UNIX for Dummies Questions & Answers

Binary txt file received when i use uuencode to send txt file as attachment

Hi, I have already read a lot of posts on sending attachments in unix...but none of them were of help for my problem...so here goes.. i wanna attach a text file and send to a mail id..used the following code : uuencode "$File1" "$File1" ;|mail -s "$Mail_sub" abc@abc.com it works... (2 Replies)
Discussion started by: ash22
2 Replies

10. UNIX for Dummies Questions & Answers

grep/cat/more -- search in a txt file and display content from a specific "keyword"

Hi, I have a .txt file Sample: ===================== NEXT HOST ===================== AEADBAS001 ip access-list extended BLA_Incoming_Filter ip access-list extended BLA_Outgoing_Filter access-list 1 permit xxxxxxxxxxxxxx access-list 2 permit xxxxxxxxxxxxxx =====================... (4 Replies)
Discussion started by: I-1
4 Replies
Login or Register to Ask a Question