Awk Script 1. Print Even number of words in each line from file Ans. awk '{for(i=1;i<=NF;i++) if(i%2==0) printf("%s ",$i) ...
Read More
Showing posts with label Unix Awk Script. Show all posts
Showing posts with label Unix Awk Script. Show all posts
Subscribe to:
Posts
(
Atom
)