
10-05-2012, 11:21 AM
|
|
Member
|
|
Join Date: Jul 2012
Posts: 23
|
|
@webizen, yes Sir, this is the output:
Quote:
:: [echo $PATH]
/bin:/usr/bin
:: [ls /usr/bin/which]
/usr/bin/which
:: [ls /usr/bin/convert]
/usr/bin/convert
:: [/usr/bin/which --version]
GNU which v2.19, Copyright (C) 1999 - 2008 Carlo Wood.
GNU which comes with ABSOLUTELY NO WARRANTY;
This program is free software; your freedom to use, change
and distribute this program is protected by the GPL.
:: [/usr/bin/convert --version]
Version: ImageMagick 6.7.1-7 2012-09-15 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
:: [/usr/bin/which --tty-only convert]
/usr/bin/convert
|
|