Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. echo ble_util | head -n 10 | plink -serial COM17 -sercfg 115200
  2. 'head' is not recognized as an internal or external command,
  3. operable program or batch file.
  4.  
  5. echo ble_util ^| head -n 10 | plink -serial COM17 -sercfg 115200
  6. 'head' is not recognized as an internal or external command,
  7. operable program or batch file.
  8.  
  9. echo ble_util ^| head -n 10 ^| plink -serial COM17 -sercfg 115200
  10. ble_util | head -n 10 | plink -serial COM17 -sercfg 115200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement