Created
May 16, 2016 01:21
-
-
Save photonxp/f8ab8965b4771bb34d97c3142c19b172 to your computer and use it in GitHub Desktop.
bash grep letters|whitespace|number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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