Search Results

Search: Posts Made By: mrityunjay22
14,388
Posted By mrityunjay22
thanks its working
thanks its working
14,388
Posted By mrityunjay22
after doing all the above steps its not worki9ng...
after doing all the above steps its not worki9ng can anyone suggest another workable way of incrementing the variable i
30,172
Posted By mrityunjay22
E:348 no string under cursor error comes in vi editor in cygwin
when i open a file to edit and type i to insert and the type # for #!/bin/bash
in vi and vim editor the message come that no string under cursor plz somebody help
14,388
Posted By mrityunjay22
the given code goes in infinite loop and does not increment variable i
code is as

#!/bin/sh

i=1;
while [ $i -le 5]
do
welcome $i times;

i='expr $i+1';


done
exit 0;
Showing results 1 to 4 of 4

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