Home > OS >  About the awk command [discussion]
About the awk command [discussion]

Time:03-09

1, awk '(NR<=2) {print $0} '. The test log
2, awk '{the if (NR<=2) print $0} '. The test log

What is the difference between 1 and 2? If parameters is performed more effectively?
  • Related