Skip to main content
4 of 5
Change formatting for readability
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

"hat is the meaning of '1' at the end of an awk script

I was reading this awk script

awk -F"=" '{OFS="=";gsub(",",";",$2)}1' 

I want to know what is the function of 1 at the end of it.

Mirage
  • 1.6k
  • 7
  • 19
  • 19