Search Results

Search: Posts Made By: sea
2,801
Posted By sea
Actualy its not, i had not set (init) the...
Actualy its not, i had not set (init) the variable "properly"...
C=1
Might help.

For the memory:


Or, are you confused because i named the TIMES_NO as C?
2,801
Posted By sea
Are you looking for something basic as: ...
Are you looking for something basic as:

printf "Please enter the number of loops: "
read number

C=0
while [ "$C" -lt "$number" ]
do echo "Loop nr: $C"
((C++))
done
Place your code inside...
Showing results 1 to 2 of 2

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