Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

yes/no maybe

dialog --menu "Is this a good question" 20 60 12 y Yes n No m Maybe
Comment

yes/no maybe

dialog --gauge "Filling the tank" 20 60 0 < <(
    for i in {1..100};do
        printf "XXX
%d
%(%a %b %T)T progress: %d
XXX
" $i -1 $i
        sleep .033
    done
) 
Comment

PREVIOUS NEXT
Code Example
Shell :: yes no 
Shell :: install kivyMD from git 
Shell :: gitignore new monified file ? 
Shell :: manjaro mirrolist 
Shell :: django secrets 
Shell :: elastic sense download 
Shell :: is there a steam repository for kali linux 
Shell :: pick yarn version 
Shell :: exit ssh session in shell script 
Shell :: install lutris ubuntu 20.04 
Shell :: linux verzeichnis erstellen 
Shell :: wireshark export list of ip addresses 
Shell :: how to create reactportal in gatsby 
Shell :: linux ejecutar en segundo plano 
Shell :: debug ssh server ubuntu command 
Shell :: how to convert text file to executable mac 
Shell :: export database ccli mysql 
Shell :: what is tmux attach windows 
Shell :: netcat find all devices 
Shell :: stern watch service logs 
Shell :: linux iso terminal command 
Shell :: remove white space from file and display result 
Shell :: grep -c flag 
Shell :: powershell copy all files recursively 
Shell :: upload file to remote linux 
Shell :: how to check my git username and password 
Shell :: how to reset iis 
Shell :: su: warning: cannot c hange directory to /nonexistent: No such file or directory 
Shell :: imstall prettier 
Shell :: Fix Network Error Docker and Windows Containers 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =