The Linux Baby Rocker

Tags

Looks like someone's never heard of the commands true and false, which do the obvious thing for shell programming.

I.e., while true instead of while [ 1 = 1 ]

Time stamp: 8:41 PM. He's half drunk.

That was actually pretty sad. The only really good thing was the post-production work done on the video itself.

Looks like someone's never heard of the commands true and false, which do the obvious thing for shell programming.

It's better to use a colon instead, to save the shell a fork:

while :; do # bunch of stuff

</shellgeek>