Quick note: loop in bash
febbraio 7th, 2012
This is a infinite loop in bash to show every second who are connected
# for (( ; ; )); do w && sleep 1 && clear; done;
.
Ti serve un programmatore sistemista freelance…contattami!
This is a infinite loop in bash to show every second who are connected
# for (( ; ; )); do w && sleep 1 && clear; done;
.