Skip to content

Instantly share code, notes, and snippets.

@uiur
Created November 13, 2013 06:28
Show Gist options
  • Save uiur/7444645 to your computer and use it in GitHub Desktop.
Save uiur/7444645 to your computer and use it in GitHub Desktop.
sedで数字を抽出
sed -e "s/^[^0-9]*\([0-9]*\).*$/\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment