Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. root@squirrel:~/payloads# time -v $(i=0; while (( i < 9999999 )); do (( i ++ )); done)
  2. -ash: can't open 9999999: no such file
  3. -ash: i: not found
  4. BusyBox v1.23.2 (2017-06-28 18:58:08 PDT) multi-call binary.
  5.  
  6. Usage: time [-v] PROG ARGS
  7.  
  8. Run PROG, display resource usage when it exits
  9.  
  10. -v Verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement