Comment on Tutorial - for loop in Linux Shell Script By Dorris
Comment Added by : ashish
Comment Added at : 2011-03-25 07:46:09
Comment on Tutorial : for loop in Linux Shell Script By Dorris
#!/bin/bash
echo "Enter number for table :"
read x
for i in 1 2 3 4 5 6 7 8 9 10
do
c=$(( $x * $i ))
echo "$x * $i = $c"
done
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. i get this error too.
: Parent: child proce
View Tutorial By: Anon at 2009-02-25 08:30:58
2. it is very useful but if you give simple programs
View Tutorial By: krishnakumar at 2008-05-21 08:51:14
3. plz send me some interview based simple java progr
View Tutorial By: Abilesh at 2013-06-23 06:43:03
4. Many many thanks. It is very very helpful. Again t
View Tutorial By: Mehedi Hasan at 2009-09-15 21:41:51
5. This example is very clear. I cleared my concept o
View Tutorial By: sukanta at 2009-10-20 06:08:50
6. Hello Sir/Madam, I want to know the basic concepts
View Tutorial By: venkatesh at 2012-12-24 06:17:00
7. why java from two to the power 7 bit was upgraded
View Tutorial By: avinash at 2013-05-28 08:34:24
8. nice tutorial,but if provided with the complete ex
View Tutorial By: Prasant Kumar Sahu at 2013-01-07 13:17:20
9. thnkss buddyy its very helpful for my assignmentss
View Tutorial By: yamini at 2011-02-25 21:01:23
10. hi Ashray P Shetty,
I'm getting the followi
View Tutorial By: Balaji at 2010-11-25 14:16:23