for i in /etc/rc.*; do echo $i done
for i in {1..9}; do echo "Output: $i" done
cat text.txt | while read line; do echo $line done
while true; do echo "Keep going..." done
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.