Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash clock script

#!/usr/bin/bash
while :
do 
	echo -ne "
$(date +%H) h $(date +%M) m $(date +%S) s"
	sleep 1
done
Comment

PREVIOUS NEXT
Code Example
Shell :: chkconfig httpd on Amazon Linux 2 AMI 
Shell :: bash: /proc/sys/vm/drop_caches: Permission denied 
Shell :: pip install docusign_esign 
Shell :: org.apache.spark.api.python.PythonUtils.getPythonAuthSocketTimeout ubuntu 
Shell :: [ERROR CRI]: container runtime is not running: output: 
Shell :: install github linux 
Shell :: install kivy pip 
Shell :: mongodb compass community linux 
Shell :: ubuntu install without suggested packages 
Shell :: npm inatall latest version ubuntu 
Shell :: doctrine cache clear 
Shell :: scrcpy install 
Shell :: shell: search a substring in another string 
Shell :: copy file permission denied arch 
Shell :: unable to locate package build-essential 
Shell :: android studio licenses 
Shell :: set different user for git 
Shell :: install protonvpn on linux mint 
Shell :: rpi noip 
Shell :: yarn archlinux 
Shell :: linux find files by name 
Shell :: gitk install 
Shell :: network in arch linux 
Shell :: git copy branch to another branch 
Shell :: kubectl install ubuntu 20.04 
Shell :: tail colored 
Shell :: install bin on ubuntu 
Shell :: address already in use flask ubuntu 
Shell :: mac of hide "upgrade now" 
Shell :: add angular universal to specifc project name 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =