neumachen
1/19/2018 - 4:41 PM

AWK skip first line

A command to skip the first line when using AWK

brew services list | awk '{if(NR > 1) print $1}' | xargs brew services stop