sh Unix Bash While Loop

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Unix Bash While Loop相关的知识,希望对你有一定的参考价值。

#!/bin/bash

while true
do
  apt update
  apt list --upgradable    
  sleep 3600
done

以上是关于sh Unix Bash While Loop的主要内容,如果未能解决你的问题,请参考以下文章

sh BASH FOR LOOP零填充

[Bash Scripting LOOP]for, while. until

[Bash Scripting LOOP]for, while. until

bash: while read loop - 如果有变量 sshpass 则停止

Linux - bash while subshell中变量操作的问题

Shell for while 循环