Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

while bash one line

while CONDITION_STATEMENT; do SOME_CODE; done
Comment

bash do while one line

while : ; do ACTION_CODE;[[ CONDITION_STATEMENT ]] || break;done
Comment

PREVIOUS NEXT
Code Example
Shell :: Command to create a new Vue app 
Shell :: git Automatic merge failed; fix conflicts and then commit the result 
Shell :: download mongodb ubuntu 20.04 
Shell :: untar all files in a directory 
Shell :: NGINX systemd service file 
Shell :: git a clean history 
Shell :: django oauth toolkit 
Shell :: restart bind centos 8 
Shell :: how to download virtualbox on kali linux 
Shell :: npm install postgresql 
Shell :: linux unique lines 
Shell :: remove last commit from remote 
Shell :: install wordpress on centos 7 
Shell :: anaconda install for kali linus 
Shell :: merge master into feauture branch 
Shell :: rename file linux 
Shell :: install dpkg vscode 
Shell :: Meaning of the GitHub message: push declined due to email privacy restrictions 
Shell :: git backtrack to commit 
Shell :: bash script change directory run a command 
Shell :: sed replace with newline 
Shell :: fstab sshfs 
Shell :: Start MySQL FreeBSD 
Shell :: skip ci gitlab 
Shell :: To exclude directory with particluar pattern : 
Shell :: linux calculator 
Shell :: sitecore powershell repo 
Shell :: linux alpine install multi package 
Shell :: crontab reload 
Shell :: update snaps 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =