initial commit

This commit is contained in:
mappu 2021-04-12 13:12:13 +12:00
commit 3bae51ad27
2 changed files with 25 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# fin-will-be-leg
A script to find out how this meme can be applied to english words.
```
grep -i fin /usr/share/dict/words | sed 's/[fF]in/leg/' | sort | comm -12 <(sort < /usr/share/dict/words) -
```
## Output
```
leg
leg's
legal
legal's
legality
legality's
legalize
legalized
legalizes
legalizing
legally
legals
legs
```

BIN
zz9bnuaqg6l21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB