Search Results

Search: Posts Made By: Asylus
3,638
Posted By Asylus
Arrays & File Reading
Ok; here is the code


INCREMENT=0 #Final Count
MATCH=0 #Treated as a Boolean
declare -a LINEFOUR #Declared Array

for FILE in $DIR; do # DIR was declared earlier
test -f $FILE && (
...
2,068
Posted By Asylus
Is there no-one that can help? -Or am I trying to...
Is there no-one that can help? -Or am I trying to do something that just isn't possible?
2,068
Posted By Asylus
Bash/AWK Newbie taking on more than he can chew.
A few questions: I'm trying to use Bash (although I'm not against using AWK) to try to accomplish a few things, but I'm stumped on a few points.

I'm learning most of the basics quickly: but there...
Showing results 1 to 3 of 3

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