Computing.Net > Forums > Unix > Scripting - Stat, counting letters

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Scripting - Stat, counting letters

Reply to Message Icon

Name: kovlaszlo
Date: November 15, 2005 at 02:07:37 Pacific
OS: Suse Linux 9.2
CPU/Ram: 1.7 GHZ 1,25 GB Ram
Comment:

There is "n" textfile as a parameter, i don't know how much file i will have. I have to make a matrix (on the screen) which contains the following, for example:
a 12 14 0
b 13 1 0
c 2 43 0
d 1 344 33

First row: All existing letter in ABC order
Second row: Letters in the first file
Third row: Letters in the second file
...
I have to make this script for Hungarians, so i need á,é,í,ó,ú,ő letters in the stat.(with ISO-8859-2 code)

Does anybody have an idea?
Thank you in advance,
Attila



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


check file existence on r... how to replace a line in ...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Scripting - Stat, counting letters

AWK script www.computing.net/answers/unix/awk-script/6174.html

Count # of files with a string www.computing.net/answers/unix/count-of-files-with-a-string/7511.html

count days since jan 1 1970 www.computing.net/answers/unix/count-days-since-jan-1-1970/4843.html