show time in terminal
~
/
notes
/
operating_systems
/
linux
/
time
/
show_time_in_terminal.html
while :; do date +%r; sleep 1 ; done
edit this page