Showing hyphenation points

Last-Updated: 2021-08-30

Sources

One-liner shell script

If you want to print all the hyphenation points of a word, you can use this little script (2018-11/msg00023) by G. Branden Robinson.

printf ".ll 1u\n$1\n" | nroff 2> /dev/null | sed '/^$/d'
← Go back