RE: Linux Automation Tip: Repeat Commands with Loops and DelaysYou are viewing a single comment's thread from:Linux Automation Tip: Repeat Commands with Loops and DelaysView the full contextrainulf (25) in making • 7 years ago You may also use watch command. Eg. watch -n1 date +'%H:%M:%S:%N' making