Search Results

Search: Posts Made By: marlonus999
11,172
Posted By Perderabo
And in ksh: #! /usr/bin/ksh while read...
And in ksh:

#! /usr/bin/ksh
while read line ; do
set -s +A words $line
echo ${words }
done
exit 0
9,837
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...
Showing results 1 to 2 of 2

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