Read more:
Six awk command examples

2.  awk command examples for condition matching. a. awk '$1 "~"/Anshul/ {print $0}' students Explanation: ---> $1 : Use first...

Close