Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

quit while loop bash

#!/bin/bash

for number in 10 11 12 13 14 15; do

	if [ $number -eq 14 ]; then

		break

	fi

	echo "Number: $number"

done
Comment

PREVIOUS NEXT
Code Example
Shell :: how to access system wide etc environment variable in zsh 
Shell :: yes/no 
Shell :: how do confirm a commit revert git 
Shell :: git ventoy 
Shell :: ubuntu dual monitor mouse flicker 
Shell :: no module named typedefs pyinstaller 
Shell :: grep global configuration 
Shell :: clone serverless repository scripts 
Shell :: how to create mavenw.bat 
Shell :: NOPASSWD 
Shell :: raspberry shell get datetime now 
Shell :: normalize-audio: command not found 
Shell :: Shell:startup nsis 
Shell :: git undo only a chunk 
Shell :: macbook tilbud 
Shell :: all sudo commands in ubuntu to be administrator 
Shell :: fix mp3 file 
Shell :: grep extract pipe delimited 
Shell :: batch file to install multiple programs 
Shell :: how to upload a file to sentry 
Shell :: centos show volume usage 
Shell :: get ssh recovery code 
Shell :: ${env:windir} user profile list environment variables 
Shell :: pylint install pi 
Shell :: how to boot pendrive with ventoy in linux 
Shell :: verify dart on linux 
Shell :: How to remove one directory owned by a specific user on Linux 
Shell :: win start posgres 
Shell :: Unset a Variable; Remove Variable; Delete Variable 
Shell :: how to search .class file in unix 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =