Skip to content

Instantly share code, notes, and snippets.

@scottalan
Forked from travist/gist:11381206
Created June 19, 2014 04:40
Show Gist options
  • Save scottalan/7208daa28c2b5f7b3d09 to your computer and use it in GitHub Desktop.
Save scottalan/7208daa28c2b5f7b3d09 to your computer and use it in GitHub Desktop.
php -i | grep 'Configure Command =>' | awk '{for(i=5; i<=NF; i++) {print substr($i, 2, (length($i) - 2))}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment