loop

0

Bash to Basics: The For Loop

http://tuxtweaks.com

Previously I've shown how to use the bash while loop in a bash script. Today I'm going to show how to use another type of do loop in bash: the for loop.

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

Back To Basics: Avoiding Recursive Alias Disasters On Linux And Unix

http://linuxshellaccount.blogspot.com

How to avoid alias recursion loops in any Linux or Unix shell.

Read more »
eggixyz's picture
Created by eggixyz 13 years 41 weeks ago – Made popular 13 years 41 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