Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Last active December 19, 2015 13:44
Show Gist options
  • Save yyoshiki41/1181529067ba3d75db2f to your computer and use it in GitHub Desktop.
Save yyoshiki41/1181529067ba3d75db2f to your computer and use it in GitHub Desktop.
Format "$ nginx -V"
# format all
$ nginx -V 2>&1 | sed 's/--/\n--/g'
# format module only
$ nginx -V 2>&1 | sed 's/--with/\n--with/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment