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 > Shell Programming and Scripting
.
google unix.com



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
grep the number of first occurence neruppu UNIX for Dummies Questions & Answers 4 07-11-2008 06:33 AM
C++ how to isdigit() a negative number? Darklight High Level Programming 1 04-22-2008 03:01 PM
using Grep for only a certain number of columns MaestroRage UNIX for Dummies Questions & Answers 2 02-13-2008 02:24 AM
How to grep a number in a file name ahjiefreak Shell Programming and Scripting 3 12-11-2007 04:56 AM
Grep a number from a line in ksh rodluo Shell Programming and Scripting 3 12-09-2007 09:31 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-02-2009
kzmatam kzmatam is offline
Registered User
  
 

Join Date: Dec 2008
Posts: 3
Grep for a negative number

Hi,

I want to search for a return code of -3. Using grep "-3" *.* is giving a syntax error. Please suggest as to how can we search for this pattern using grep.

Thanks,
Krishna
  #2 (permalink)  
Old 01-02-2009
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,789
grep thinks the '-' starts an option and tries to interpret it. Try escaping it, eg. grep '\-3' *.*
  #3 (permalink)  
Old 01-02-2009
Panos1962 Panos1962 is offline
Registered User
  
 

Join Date: Dec 2008
Location: Thessaloniki, GREECE
Posts: 29
Try -- to sign end of options. This is a general rule for such problems, e.g.
To grep -3 try:

grep -- -3 ...

If yoy want to remove a file named -panos you give:

rm -- -panos

etc.

This fact is true due to getopt function. This function is used by system programers
who write tools like grep, rm etc. The function marks end of option with a double dash
(--), so the behavior is similar for all tools using getopt to process options.
Sponsored Links
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 09:58 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
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