I always keep forgetting where the colon (;) key should be placed in a Bash endless loop so thought of jotting it down.
while true; do ls; done
I always keep forgetting where the colon (;) key should be placed in a Bash endless loop so thought of jotting it down.
while true; do ls; done