linux awk command – awk loop example: awk for and while

linux awk for loop: awk -F”#” ‘{for(i=1;i<=NF;i++) { }’ t.txt; awk for loop array: awk ‘BEGIN{a[“km”] = “m”;a[“kn”] = “n”;for(i in a) {}}’;awk while loop

Source: linux awk command – awk loop example: awk for and while

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.