![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cursor position | gefa | UNIX for Dummies Questions & Answers | 4 | 05-05-2009 06:21 PM |
| Cut position as a variable | Raynon | Shell Programming and Scripting | 1 | 05-24-2008 12:45 AM |
| Character position | akrathi | UNIX for Dummies Questions & Answers | 4 | 10-26-2005 05:06 AM |
| Get the cursor position | bestbuyernc | Shell Programming and Scripting | 0 | 07-27-2005 05:59 PM |
| VI 'go to position #' command | hedrict | UNIX for Dummies Questions & Answers | 2 | 10-11-2002 10:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to grep at nth position?
Suppose the data is as follows:
123456789A123456 123456789A123456 123456789C123456 123456789B123456 123456789A123456 I want to grep only those records containing "A" command can be: grep "^.........A" file_name But if data string is very long, suppose A occurs at 690th position. Its doesn't look good giving 690 dots and then "A"....I am sure there must be some alternative. Please help! -Sumit |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|