The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
GREP and Retrieve Line by Line maxmave Shell Programming and Scripting 2 06-03-2008 11:45 AM
How to grep only 1st line St.Fartatric UNIX for Dummies Questions & Answers 3 05-19-2008 06:24 AM
grep a word from a line Orbix UNIX for Dummies Questions & Answers 2 12-23-2007 11:52 AM
grep the line only if next line matches pbsrinivas Shell Programming and Scripting 11 07-10-2007 08:51 AM
grep only one line asoosai UNIX for Dummies Questions & Answers 3 05-30-2003 02:04 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-17-2007
ceemh3 ceemh3 is offline
Registered User
  
 

Join Date: Sep 2007
Posts: 3
Grep a line with between 3 and 5 digits

Hi,

I am having problems using grep to extract only 3,4 or 5 digit numbers from a text file, using:

grep '\<[0-9]\{3,5\}\>' test.txt
or
grep '[0-9]\{3,5\}' test.txt
or
egrep '[0-9]{3,5}' test.txt

I would appreciate any help that anyone can give me

thanks

Last edited by ceemh3; 09-17-2007 at 10:58 AM..
  #2 (permalink)  
Old 09-17-2007
robotronic's Avatar
robotronic robotronic is offline Forum Advisor  
Can I play with madness?
  
 

Join Date: Apr 2002
Location: Italy
Posts: 370
On Linux, this command works correctly:

Code:
grep '\<[0-9]\{3,5\}\>' test.txt
On Solaris you may try this (not tested though):

Code:
/usr/xpg4/bin/grep -E '\<[0-9]\{3,5\}\>' test.txt
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:03 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0