Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash wait until file exists

until [ -f /tmp/examplefile.txt ]
do
     sleep 5
done
echo "File found"
exit
Comment

PREVIOUS NEXT
Code Example
Shell :: first in list bash 
Shell :: if else in mac terminal 
Shell :: get y.output file yacc remove shift reduce conflict 
Shell :: install samba on raspberry pi 
Shell :: Server: ERROR: Got permission denied while trying to connect to the Docker daemon socket 
Shell :: install socket.io 
Shell :: virtualbox mac install brew 
Shell :: see ssh key 
Shell :: install laravel mix 
Shell :: git remote origin edit 
Shell :: pytorch anaconda install windows 
Shell :: red bash linux 
Shell :: grav permissions 
Shell :: increase sound in ubuntu 
Shell :: fix windows and linux time 
Shell :: check folders sizes linux 
Shell :: remove all games ubuntu 
Shell :: linux get current user 
Shell :: delete files with extension recursively 
Shell :: grep multiple strings 
Shell :: git stash list with date 
Shell :: install torch anaconda 
Shell :: git change remote branch name 
Shell :: How to limit network bandwidth on linux 
Shell :: ubuntu find running cron jobs 
Shell :: gitignore global example 
Shell :: diskpart assign letter 
Shell :: install httrack on ubuntu 20.04 
Shell :: remove dbeaver ubuntu 7.1.5 
Shell :: deactivate laptop keyboard ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =