minus-squaretheit8514@lemmy.worldtoLinux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR Glasseslinkfedilinkarrow-up2·edit-25 days agoNot OP but this is how I learned it and how it’s presented in the help file. $ help while while: while COMMANDS; do COMMANDS-2; done $ help if if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi linkfedilink
Not OP but this is how I learned it and how it’s presented in the help file.
$ help while while: while COMMANDS; do COMMANDS-2; done $ help if if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi