i am facing a problem.
This is what i am trying to do. When i run this it does not give any error on the other hand this command dont work also. A list of some KERNEL buitlin command get executed like.#!/bin/bash
cat /files/names.lst | while read line
do
set $line
fname=$1
lname=$2
echo First Name=$fname --- Last Name=$lname
done
This is the message i get after executing this file
I got the idea of using this command from one of the post by LAMBDA.PWD=/files
=line
KERNEL=version
MEM.STAT= memory addresses
and many other KERNEL related stuff
Topic
http://linuxpakistan.net/forum2x/viewtopic.php?p=35962
Last post by LAMBDA
can any one help me out in this regards
my /files/name.lst file format is
Mudasir Mirza
Yasir Khan
Zohair Hasmi