L E A R N I N G S
Monday, March 11, 2013
Running an Infinite loop in Bash
#!/bin/bash
for
(
(
; ;
)
)
do
echo
"infinite loops [ hit CTRL+C to stop]"
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment