Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash loading bar spinner in bash shell script

i=1
sp="/-|"
echo -n ' '
while true
do
    printf "${sp:i++%${#sp}:1}"
done
Comment

PREVIOUS NEXT
Code Example
Shell :: openssl serial number 
Shell :: create multiple copies in linux of file 
Shell :: how to download 
Shell :: git push disable hooks 
Shell :: send post request webhook bash scipt 
Shell :: configure apache in ubuntu 
Shell :: git login 
Shell :: how to install portainer on raspberry pi 
Shell :: To see details about a wifi connection on linux 
Shell :: git revert back to specific commit 
Shell :: npm insall serve globally 
Shell :: start docker 
Shell :: ssh powershell 
Shell :: source command in shell script 
Shell :: reconfigure gitlab 
Shell :: linux add user to group 
Shell :: git move branch to previous commit 
Shell :: pdf to images imagemagick 
Shell :: unzip specific folder linux 
Shell :: helm add stable hub 
Shell :: instal kdenlive 
Shell :: ubuntu cannot detect external monitors 
Shell :: delete file on git 
Shell :: install software manager linux kali 
Shell :: arch linux c# install 
Shell :: git message 
Shell :: how to check requirements.txt was installed correctly 
Shell :: redis reload config 
Shell :: git add file in ignored folder 
Shell :: push an existing repository from the command line on github 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =