thungmail
03-31-2008, 08:06 PM
I am new to Linux programming. I would like to write a Bourne shell script and it is invoked as follows
script1 <classList>
for example
script1 /A/B/list
<classList> is the full path name of a list of students in a class.
Each line is of the form <loginId> whitespace <name>. For example,the file may look like this
cs123456 David A. Smith
cs234567 Mark Jones
etc.
Can anybody help me out.
script1 <classList>
for example
script1 /A/B/list
<classList> is the full path name of a list of students in a class.
Each line is of the form <loginId> whitespace <name>. For example,the file may look like this
cs123456 David A. Smith
cs234567 Mark Jones
etc.
Can anybody help me out.