Search Results

Search: Posts Made By: ettore8888
1,855
Posted By ettore8888
file1: Lettera maggiormente utilizzata: a,...
file1:
Lettera maggiormente utilizzata: a, Occorrenze: 22
Lettera:', Occorrenze: 1
Lettera:-, Occorrenze: 1
Lettera: , Occorrenze:
Lettera:., Occorrenze: 3
Lettera:¿, Occorrenze: 1
Lettera:├,...
1,855
Posted By ettore8888
:eek::eek:you're result is what I want! I use...
:eek::eek:you're result is what I want! I use GAWK!! Maybe, I've done a mistake substituting the name of the files:confused:
1,855
Posted By ettore8888
thanks, but I've tried and I have the results of...
thanks, but I've tried and I have the results of two files together! The results have been summed up!
1,855
Posted By ettore8888
[awk] Compare two files
HI!!
I am trying to compare two files using AWK but I have some problems. I need to count how many times letters are used in two texts. This is my script
{
long=length($0)

for...
Forum: Programming 06-26-2015
4,012
Posted By ettore8888
The range of chineese unicode chars is 4E00 thru...
The range of chineese unicode chars is 4E00 thru 9FFF (344 270 200 thru 351 277 277) so the test should be >"\343" and <"\352" (to avoid picking up any 4 char UTF-8 codes):

{
f=0;
for ( i=1;...
Forum: Programming 06-25-2015
4,012
Posted By ettore8888
[awk]Chinese words!!
Is there a way to extract chinese words from a text written in an European Language? I want to create a glossary and finding a way would make me save time!

Thank you!
1,423
Posted By ettore8888
not much
not much
1,423
Posted By ettore8888
Word-counting and substitution with awk
Hi!!
I am trying to write a program which allows me to count how many times I used the same word in a text:


{$0 = tolower ($0)
gsub (/[^[:alnum:]_[:blank:]]/, "", $0)
for (i = 1; i <=...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy