Created
January 19, 2018 16:41
-
-
Save neumachen/892a0388714e4901c8d119f843e39904 to your computer and use it in GitHub Desktop.
A command to skip the first line when using AWK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew services list | awk '{if(NR > 1) print $1}' | xargs brew services stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment