I need to run a relatively long command... specifically:
using the system.run[] parameter... i changed the database field so it would accept an item of this length, however i still am getting "Not Supported" when it tries to run...
is there another length setting set somewhere?
Thanks
Code:
/usr/sbin/ioscan -kC processor|grep -n processor|wc -l|awk '{print $ 1}'
is there another length setting set somewhere?
Thanks
Comment