Guest User

Untitled

a guest
Feb 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. cat countries | grep -E "\b\w{9}\b"
  2. cat countries | grep -E "\b\w{9}\b" | grep -E "i"
Add Comment
Please, Sign In to add comment