1.

Solve : Unix Shell scripting?

Answer»

Modify the code below so that it will process input file roster to create files for

everybody in the file. The newly created files name are the FIRST name
(eg. Guy,Warren's first name is Warren) of each person.

sed -n                                                                                         file:  mkdb.sd
            /^Hassan,^/ , /^Heep , /  {
                       s / , //p
}        $1
while
                  read NAME GARBAGE
do
             sed -n  " / $NAME/  {
              s / [^ :] * / /w   $NAME
} " $1
done
I deleted the other post which contained your personal INFORMATION (including your phone number). Quote

I deleted the other post which contained your personal information (including your phone number).

I saw that; I got the IMPRESSION they were SPECIMEN data included in the school assignment he copied and pasted.

Nobody RTFMs any more.


Discussion

No Comment Found