| cd /usr/share/cups/fonts/; for I in $(find /usr/share/fonts -type f | grep '.*[.]ttf$'); do echo ln -s "$I $(basename $I)"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| cd /usr/share/cups/fonts/; for I in $(find /usr/share/fonts -type f | grep '.*[.]ttf$'); do echo ln -s "$I $(basename $I)"; done |