The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Help, filtering some info. from a file under "()"
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Help, filtering some info. from a file under "()"
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-10-2007
radoulov
addict
Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 2,020
Code:
awk '{print $2}' FS="[()]" TEST.TXT
radoulov
View Public Profile
Find all posts by radoulov