Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Devices:
  2. hci0 xx:xx:xx:xx:xx:xx
  3.  
  4. hcitool dev > /home/pi/mario/BT.txt
  5. awk ' { print $2 } ' /home/pi/mario/BT.txt
  6.  
  7. awk
  8.  
  9. hcitool dev | grep -o "[[:xdigit:]:]{11,17}"
  10.  
  11. awk 'NR>1 { print $2 } ' /home/pi/mario/BT.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement