The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Select text within matching ( ) bracket
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Select text within matching ( ) bracket
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-19-2007
anbu23
Registered User
Join Date: Mar 2006
Location: Bangalore,India
Posts: 1,397
Code:
sed -n "/^[^)]*([^)]*$/,/^[^(]*)[^(]*/p" file
anbu23
View Public Profile
Find all posts by anbu23