The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Help with awk - read from file
.
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
:
Help with awk - read from file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-25-2008
grumpf
Registered User
Join Date: May 2006
Posts: 101
this works for my:
awk -F":" '/Segment/ { print $2}' file.txt
5.49secs
10.01secs
7.82secs
5.31secs
pure shell:
grep Segment file.txt | cut -d: -f2
grumpf
View Public Profile
Find all posts by grumpf
Find grumpf's past nominations received
Find grumpf's present nominations given