Re: repeat command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Thu, May 02, 2013 at 04:26:06PM -0500, Matt wrote:
> 
> repeat 10 dig @server-ip-address +short +tries=1 +time=1 your-zone.com a
> 
> Can I do that with watch?

No.  But you can do it with 'seq':

for x in $(seq 1 10); do dig @server-ip-address +short +tries=1 +time=1 your-zone.com a; done



							John
-- 
TURKEY, n. A large bird whose flesh when eaten on certain religious
anniversaries has the peculiar property of attesting piety and gratitude.
Incidentally, it is pretty good eating.

-- Ambrose Bierce, The Devil's Dictionary

Attachment: pgpJE3Zw8XXLy.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux