The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Fetch the rows with match string on a fixed lenth text file - NO delimiters
.
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
:
Fetch the rows with match string on a fixed lenth text file - NO delimiters
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
05-27-2009
Rhije
Registered User
Join Date: Dec 2008
Posts: 103
Well, you can also just do:
Code:
awk '$3 ~ /0000001234/' file
Rhije
View Public Profile
Find all posts by Rhije
Find Rhije's past nominations received
Find Rhije's present nominations given