<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How To Write First UNIX Korn Shell Script Program</title> <atom:link href="http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: shiva</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-65187</link> <dc:creator>shiva</dc:creator> <pubDate>Mon, 05 Dec 2011 11:46:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-65187</guid> <description>i want something more apart from this.</description> <content:encoded><![CDATA[<p>i want something more apart from this.</p> ]]></content:encoded> </item> <item><title>By: Bill Watson</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-56055</link> <dc:creator>Bill Watson</dc:creator> <pubDate>Tue, 01 Mar 2011 00:41:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-56055</guid> <description>Write a Unix shell script (one program) called Project1_lastname (your lastname).  This script will do the following tasks:
Using &quot;if&quot; statement checks for a file called &quot;student.txt&quot; in the current directory.  Removes (deletes) the file if it exist.  This file will collect last name, first name, and grade for 5 students.
Use a while loop to get the information (last name, first name, and grade) for 5 students.  Grades should be 0-100.  Use three different variable names (fname, lname, and grade) to read the data from the keyboard.
Store the data read from the keyboard in a file called &quot;student.txt&quot;.  After reading all the data for 5 students, display contents of student.txt file on the monitor.</description> <content:encoded><![CDATA[<p>Write a Unix shell script (one program) called Project1_lastname (your lastname).  This script will do the following tasks:</p><p>Using &#8220;if&#8221; statement checks for a file called &#8220;student.txt&#8221; in the current directory.  Removes (deletes) the file if it exist.  This file will collect last name, first name, and grade for 5 students.</p><p>Use a while loop to get the information (last name, first name, and grade) for 5 students.  Grades should be 0-100.  Use three different variable names (fname, lname, and grade) to read the data from the keyboard.</p><p>Store the data read from the keyboard in a file called &#8220;student.txt&#8221;.  After reading all the data for 5 students, display contents of student.txt file on the monitor.</p> ]]></content:encoded> </item> <item><title>By: Bill Watson</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-56054</link> <dc:creator>Bill Watson</dc:creator> <pubDate>Tue, 01 Mar 2011 00:40:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-56054</guid> <description>I am new to this program and I do not know where to begain. This is my directions and yes I  am s student  trying to learn this.  and no I am not looking for you to do it for me just help me along.</description> <content:encoded><![CDATA[<p>I am new to this program and I do not know where to begain. This is my directions and yes I  am s student  trying to learn this.  and no I am not looking for you to do it for me just help me along.</p> ]]></content:encoded> </item> <item><title>By: suraj bhagat</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-43786</link> <dc:creator>suraj bhagat</dc:creator> <pubDate>Wed, 23 Sep 2009 03:35:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-43786</guid> <description>hi,
please give me some programs which r follows.
1)write a shell script program take two strings &amp; check that the string are same or not
2) sript program to take marks of five subject of a students with name &amp; display the grade in which he is passed .
3) enter a character from a user &amp; check that itbis a lower case letter, upper case letter, digit, special char.
4)write a program to find the string is start with  ovel, digita, or ends with digit, ovel &amp; the word contains of five letters.
5)create a file student.dat which contain details of student as rool no.,name,want to be, on plattform, birthdate.</description> <content:encoded><![CDATA[<p>hi,<br
/> please give me some programs which r follows.</p><p>1)write a shell script program take two strings &amp; check that the string are same or not</p><p>2) sript program to take marks of five subject of a students with name &amp; display the grade in which he is passed .</p><p>3) enter a character from a user &amp; check that itbis a lower case letter, upper case letter, digit, special char.</p><p>4)write a program to find the string is start with  ovel, digita, or ends with digit, ovel &amp; the word contains of five letters.</p><p>5)create a file student.dat which contain details of student as rool no.,name,want to be, on plattform, birthdate.</p> ]]></content:encoded> </item> <item><title>By: Suhail</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-42066</link> <dc:creator>Suhail</dc:creator> <pubDate>Tue, 16 Jun 2009 04:57:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-42066</guid> <description>Its a good intro and i had successfully wrote my first script, but its better to have a vi or any other editor tutorial mix with this, i first learn the vi and then this one, and it works.
Anyways a goood one. Thanks once again.</description> <content:encoded><![CDATA[<p>Its a good intro and i had successfully wrote my first script, but its better to have a vi or any other editor tutorial mix with this, i first learn the vi and then this one, and it works.</p><p>Anyways a goood one. Thanks once again.</p> ]]></content:encoded> </item> <item><title>By: Scott</title><link>http://www.cyberciti.biz/faq/how-to-write-first-unix-korn-shell-script-program/#comment-39398</link> <dc:creator>Scott</dc:creator> <pubDate>Mon, 08 Dec 2008 21:06:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1695#comment-39398</guid> <description>great job on youe xplainations. I enjoy your site</description> <content:encoded><![CDATA[<p>great job on youe xplainations. I enjoy your site</p> ]]></content:encoded> </item> </channel> </rss>
