The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
extracting data and store in database
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
extracting data and store in database
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
01-29-2008
manas_ranjan
Registered User
Join Date: Jul 2007
Location: Amsterdam
Posts: 177
Can you try this out
(You have to work out in order to format properly)
echo "field1 field2 field3"
while IFS="," read a b c
do
echo "$a $b $c"
done < FileName
manas_ranjan
View Public Profile
Find all posts by manas_ranjan
Find manas_ranjan's past nominations received
Find manas_ranjan's present nominations given