perl -ne "if (/Variable3 (.*)/ > 0.900) { print 1 }" ... #### perl -ne "if ( (/Variable3 (.*)/)[0] > 0.900 ) { print 1 }" ...