Guest User

Untitled

a guest
Nov 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Code:
  2. bash = envoy.run("wvWare %s | grep DOE | awk '{print $8;}'" % file)
  3. print bash.std_out
  4. print bash.std_err
  5.  
  6. Returns:
  7. awk: illegal statement at source line 1
  8. missing }
Add Comment
Please, Sign In to add comment