Results for "Loop"

Blogs

  • AWK for beginners !

    ...pattern2 { action; } # There is an implied loop and AWK automatically reads a...0; i < 10; i++) print "Good ol' for loop"; # As for comparisons...all, in order. Think of it like an implicit for loop, # iterating over the lines...

    1836 days ago

  • Perl one-liner for beginners !

    ...e be executed instead of a script -n Forces your line to be called in a loop. Allows you to take lines fro...m the diamond operator (or stdin) -p Forces your line to be called in a loop. Prints $_ at the end &nbs...

    1381 days ago