Search Results

Search: Posts Made By: Telis
1,344
Posted By Telis
thank you balajesuri this line was the problem ...
thank you balajesuri
this line was the problem
done < external_file
:)
1,344
Posted By Telis
this is how it was at first but it didnt work...
this is how it was at first but it didnt work either...
the problem still remains..
this is what i write in the terminal
./b7-printstats1.sh stats.txt

stats.txt is the external file. when i...
1,344
Posted By Telis
[Solved] problem - connecting code with external file
hello. this is the code


#!/bin/sh
total1024=0
total2048=0
total8192=0
if [ $# -eq 1 ] ; then
if [ -e "$1" ] ; then
while read variable
do
if [ echo...
2,136
Posted By Telis
thank you guys.. i checked ur codes and they are...
thank you guys.. i checked ur codes and they are really helpful
2,136
Posted By Telis
problem solved.. this is what i had to do.. ...
problem solved..
this is what i had to do..
#!/bin/sh
echo "Hello user! What's your name?"
read name
echo "How many times do you want to see your name displayed?"
read times
i=0
o=10
while [...
2,136
Posted By Telis
problem with case
hello everyone.. i want to make a file which, when u run it, it asks for your name and how many times you want to see your name displayed.. the program ever 10 times it will ask you if you want to...
995
Posted By Telis
thank you very much.. this is actually what i had...
thank you very much.. this is actually what i had to do from the beggining.. :)
i just want to add that this can also work with
b=`expr $a % 3`
995
Posted By Telis
help with an if expression..
hello everyone.. as i said in a previous thread again, im new in linux shell programming and i came up with a new problem i cant solve. so i need your help..

this is the code

#!/bin/sh
a=0...
968
Posted By Telis
jesus! thank you very much Chubler_XL.. this is...
jesus! thank you very much Chubler_XL.. this is something it would take me ages to find on my own probably...
968
Posted By Telis
need help with an easy task
Hello everyone my name is Telis and i just registered in this forum.. i just started programming in linux shell and i need help with this easy task..
this is my code


#!/bin/sh
echo "What is...
Showing results 1 to 10 of 10

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