my $command = "ps -ef | grep $version | grep online| awk '{print $2}'"; print "Invoking: >>>$command<<<\n"; my $output = `$command`;