The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Help me with parsing this 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
:
Help me with parsing this file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-16-2008
era
Herder of Useless Cats
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,650
Code:
sed -e 's/.*"//;s/\."$//' file
That's not parsing, though, it's just throwing away the parts you don't want.
era
View Public Profile
Visit era's homepage!
Find all posts by era