Skip to content

This CLI app prints all unique words of a file in a simple way.

License

Notifications You must be signed in to change notification settings

koaj/unique-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This CLI app prints all unique words of a file in a simple way.

Usage:

./uwords text.txt

Showcase:

▶ cat test.txt
one
two two
three Three
four, five, six
/home/address/public_dir
["Hello", "world!"]
root::user
<!doctype html><html><head><meta charset="utf-8"><title>



▶ ./uwords test.txt
one
two
three
Three
four
five
six
home
address
public_dir
Hello
world
root
user
doctype
html
head
meta
charset
utf-8
title