Guest User

Untitled

a guest
Nov 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. your_api_call | jq -r '.[]["username"]'
  2.  
  3. jq -r '.[]["username"]' file
  4.  
  5. sudo apt install jq
  6.  
  7. grep -Po '"username":"K[^"]*'
Add Comment
Please, Sign In to add comment