The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
How to read element of line of file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How to read element of line of file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-20-2008
grotesque
Registered User
Join Date: Jan 2008
Posts: 6
hi,
you can make use of stringtokenizer to help extract the values into "tokens". by default the delimiter to extract the value is "space" and also in this case all your values are seperated by space.
hope this helps.
grotesque
View Public Profile
Find all posts by grotesque