while

0

Bash to Basics: The While Do Loop

http://tuxtweaks.com

One of the most common structures in programming is the Do Loop. The version that I’m going to show today is the While Do Loop. This post shows how to use the basic structure of the While Do loop in a Bash script.

Read more »
Linerd's picture
Created by Linerd 12 years 36 weeks ago – Made popular 12 years 36 weeks ago
Category: Beginner   Tags:
0

Using Bash To Feed Command Output To A While Loop Without Using Pipes!

http://linuxshellaccount.blogspot.com

How to feed command output to a while loop in bash without using pipes.

Read more »
eggixyz's picture
Created by eggixyz 13 years 42 weeks ago – Made popular 13 years 42 weeks ago
Category: Beginner   Tags:

Best karma users