Is it possible to run multiple piped commands on one line of an action script
eg.
ps -ef | grep wscan | awk ‘{print $2}’ | xargs -i kill {} > /tmp/kill.out 2>&1
whenever I try doing this, my action script always fails on the multiple piped line in the action script ?? It just fails with
The action failed.
This action has been applied 1 time and will not be applied again.
Is this a limitation on bigfix action scripts.