On Sat, 14 Sep 2002, Robert Stia wrote:
> Hello Sluggers
>
> OK where is it??? The binary or a way to open Image Magick?
> It is installed, but I can't get it to open and though I have found a
> gazillion files related to the program I cannot find the binary.
> Give me a clue guys, please?
The binaries may be enumerated:
rpm -ql ImageMagick | grep bin
The man pages viewed for each:
for i in ` rpm -ql ImageMagick | grep bin `; do
BINA=` basename $i `
man $i
sleep 1
done
-- Russ Herrold
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:32:06 EDT