On 9 December 2013 07:18, Kahlil Hodgson <[email protected]> wrote:
> perl -ne -F: 'print $F[0] if $F[1] > 499'

Oops, missing '-a' in perl oneliner. That should be

    perl -ane -F: 'print $F[0] if $F[1] > 499'

K

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to