Sunday, September 30, 2018

keep trying a command until it is successful Using echo, sleep

keep trying a command until it is successful Using echo, sleep: until YOURCOMMAND; do echo \"Retrying\"; sleep 2; done - (keep trying a command until it is successful Keep retrying YOURCOMMAND until it succeeds. Add sleep between retries so that +c works. (Though you can always use +z and kill %1).

Source: http://stackoverflow.com/a/5274386/2175968). The best command line collection on the internet, submit yours and save your favorites.

No comments:

Guidance for Windows Recovery partition (WinRE) patching and why you would need it - Microsoft Community Hub

Guidance for Windows Recovery partition (WinRE) patching and why you would need it - Microsoft Community Hub