Skip to content

Instantly share code, notes, and snippets.

@niceaji
Created February 13, 2013 02:29
Show Gist options
  • Save niceaji/4902327 to your computer and use it in GitHub Desktop.
Save niceaji/4902327 to your computer and use it in GitHub Desktop.
package.json 에서 버전찾기
grep version package.json | sed 's/.*: "\(.*\)".*/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment