Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. if [[ $# -eq 1 ]]
  4. then
  5.  
  6. (cat dd.txt | grep octets | cut -d' ' -f7 ;cat tt.txt | grep real | cut -d'm' -f2 | tr 's' ' ') 2> res.txt
  7. fi
Add Comment
Please, Sign In to add comment