The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Printing lines with specific awk NF
.
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
:
Printing lines with specific awk NF
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-13-2007
ranj@chn
Playing with Ubuntu Now!
Join Date: Oct 2005
Location: Chennai
Posts: 365
Explanation required
Just use
Code:
awk -F\/ 'NF == 3' filename
Please format what you type using the tags available. It will be more readable.
ranj@chn
View Public Profile
Find all posts by ranj@chn
Find ranj@chn's past nominations received
Find ranj@chn's present nominations given