Horje
Word frequency list (Index) for a file Code Example
Word frequency list (Index) for a file
% (tr ' ' '\n' | sort | uniq -c | awk '{print $2"@"$1}') <<EOF
This is a file with many words.
Some of the words appear more than once.
Some of the words only appear one time.
EOF

a@1
appear@2
file@1
is@1
many@1
more@1
of@2
once.@1
one@1
only@1
Some@2
than@1
the@2
This@1
time.@1
with@1
words@2
words.@1




Shell

Related
bind folder linux Code Example bind folder linux Code Example
installing docker curl wget Code Example installing docker curl wget Code Example
amend git description Code Example amend git description Code Example
how to install anydesk on manjaro Code Example how to install anydesk on manjaro Code Example
generate keystore file for android Code Example generate keystore file for android Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11