Skip to content

Instantly share code, notes, and snippets.

@photonxp
Created May 16, 2016 01:21
Show Gist options
  • Save photonxp/f8ab8965b4771bb34d97c3142c19b172 to your computer and use it in GitHub Desktop.
Save photonxp/f8ab8965b4771bb34d97c3142c19b172 to your computer and use it in GitHub Desktop.
bash grep letters|whitespace|number
# grep letters|whitespace|number
# http://www.robelle.com/smugbook/regexpr.html
ps -elf | grep '[a-zA-Z]\{1,\}\s*2502'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment