Skip to content

Noventrice/dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

dict

This program lets you search your Unix dictionary with a regex (PCRE).

Want to see words that have more than two vowels in a row? Try this:

$ dict -S '[aeiou]{3,}'

-S gets rid of the default behavior of matching a pattern from start. In regex terms, -S removes an implicit ^ anchor.

-f makes dict match the pattern at the end of the word.

-i turns on case-insensitivity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages