GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
try-hard(1) FreeBSD General Commands Manual try-hard(1)

try-hardretry a command multiple times in case of failure

try-hard max_trials delay [-q | --quiet] [-w | --verbose] -- command ...

try-hard tries to run a command up to a given number of trials. In case of failure, a given delay time is waited before the next trial.

The following options are available:

|
Quiet mode: no output is made.
|
Verbose mode: print selected delay and wake-up.

try-hard 10 60 --verbose -- git clone https://dreibh@github.com/dreibh/rserpooldemo.git
 
try-hard 3 300 -q -- git clone https://git.freebsd.org/ports.git
 
try-hard 3 60 -- wget -O example.tar.gz https://www.example.net/example.tar.gz
 
try-hard 100 1 -w -- false
 
May 11, 2025 try-hard

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.