Search Results

Search: Posts Made By: Cranie
9,865
Posted By Cranie
Recursion is allowed (where i work) at a depth of...
Recursion is allowed (where i work) at a depth of 9 iterations. Basically what your script is doing is:

run main,
---> call message,
---------->run main,
-------------->call message

That...
9,932
Posted By Cranie
Sure it can be done a lot simpler.... awk...
Sure it can be done a lot simpler....


awk ' BEGIN {
X=0
}
{
n = 1
while ( n <= NF ) {
Y =...
Showing results 1 to 2 of 2

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