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 »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 »
Created by eggixyz 16 years 7 weeks ago – Made popular 16 years 7 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments
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 »
Created by eggixyz 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments