Skip to content

Instantly share code, notes, and snippets.

@indolering
Created May 20, 2014 21:48
Show Gist options
  • Save indolering/1dcb0998c72a7bd0ec10 to your computer and use it in GitHub Desktop.
Save indolering/1dcb0998c72a7bd0ec10 to your computer and use it in GitHub Desktop.
$ echo '"time" : 1303217980"' | grep -o "\"time\" : [0-9]*"
$ "time" : 1303217980
$ echo '"time" : 1303217980"' | grep -o "(?:\"time\" \: )[0-9]*"
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment