(§) C is a purely functional language
(§) fd
is a more chill way of doing
find .. -exec
. The following incantation will find all
files with extension jpg
and execute the convert utility to
convert to (basename).png
:
fd -e jpg -x convert {} {.}.png
(§) coreutils and moreutils both available in homebrew. OS X provides some coreutils but not all.
Backlinks: