Search Results

Search: Posts Made By: dbgork
19,136
Posted By dbgork
Thank you very much.
Thank you very much.
19,136
Posted By dbgork
How can we create a string table in bash shell ?
Hello,

How can we write the pseudo code below using Bash shell scripting?
table = [apple,orange,tomato];
i=0;
do{
grep table[i] h.txt;
}while(i<3); or
table = [apple,orange,tomato];...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy