![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Replace string in column | mohan705 | UNIX for Advanced & Expert Users | 3 | 03-13-2009 12:52 PM |
| Appending 'string' to file as first column. | satyam_sat | Shell Programming and Scripting | 6 | 02-20-2009 05:15 AM |
| Search for string dublicates in column | lulle | Shell Programming and Scripting | 7 | 02-19-2008 04:32 PM |
| trim leading zero in certain column in a string | dngo | UNIX for Dummies Questions & Answers | 2 | 04-01-2007 03:30 PM |
| string validation on a column | hcclnoodles | Shell Programming and Scripting | 3 | 11-19-2004 02:53 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
find the string in the 55th column [awk]
hi people,
i need a help!!!! i'm trying use a awk command, but i dont have success!.. i need find the string 'FL' in 55th column in a length file of 2.4Gb!!! Attempts: awk -F"\t" ' { if ($55 ~ /^F/) print $0} ' FILE awk -F"\t" ' { if ($55 ~ /FL/) print $0} ' FILE awk -F"\t" ' { if ($55 ~ /F$/) print $0} ' FILE AWK ??? !sorry for my english! |
| Bookmarks |
| Tags |
| awk, unix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|