Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1.     #!/bin/bash
  2.     mixhost="mix120001.mail.ne1.yahoo.com"
  3.     report="abusereport.txt"
  4.  
  5.     for line in `ssh $mixhost "grep -i busy /Sled/db/tmp/Stats/latest | sort -nk 2 | tail -n 10"`
  6.     do
  7.         echo "Start of loop"
  8.         echo $line
  9.         echo "End of loop"
  10.     done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement