jiqimaogou
1/20/2020 - 4:06 PM

Removing first line from output

Removing first line from output

output | awk '{ if ( NR > 1  ) { print } }'