Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/ksh
  2. while true
  3. do
  4. for macs in `cat act.names`
  5. do
  6. names –s $macs
  7. IIH –i $macs
  8. done
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement