Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to convert all eps files into png in one command line

1 view
Skip to first unread message

Melroy

unread,
Jul 6, 2009, 1:01:32 AM7/6/09
to
I tried
find . -name "*.eps" -exec convert {} {}.png \;
but it is not working.
Is there a niftier way to do this in one line?
Thanks
0 new messages