Strange output from grep


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Strange output from grep
# 1  
Old 11-04-2004
Question Strange output from grep

Hi,

I am getting different output for grep depending which directory I am in.
The following is a transcript of my session, I am using egrep but have also used grep -E. The directory names have been changed for security:

$pwd
/dir1/dir2/dir3/dir4
$echo 000000 |egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
$echo $?
1
$cd ..
$pwd
/dir1/dir2/dir3
$echo 000000 |egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
000000
$echo $?
0
$cd ..
$pwd
/dir1/dir2
$echo 000000 |egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
$echo $?
1
$

It appears the output from egrep when run in directory /dir1/dir2/dir3 is the opposite of what I would expect

/dir1/dir2/dir3 and /dir1/dir2/dir3/dir4 are on the same volume.
I have checked and there is only one instance of egrep on the whole server.
The permissions of the directories are as follows

drwxr-xr-x /dir1/dir2
drwxrwxrwx /dir1/dir2/dir3
drwxr-xr-x /dir1/dir2/dir3/dir4

We can't work out why this is happening. Can anyone help?

Many thanks
Helen Smilie
# 2  
Old 11-04-2004
if there is a . in your PATH variable does it come before /usr/bin ?
# 3  
Old 11-05-2004
There is a . in the path but it is the very last item. I have done a 'which egrep' in each of the directories and they all point to the same egrep.
# 4  
Old 11-05-2004
Use full path

It's very wierd.
Can you try

echo 00000 | /usr/bin/egrep ....

just to avoid path suspisions?
Smilie
# 5  
Old 11-05-2004
Quote:
$echo 000000 |egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
000000
Why are you looking at egrep - it seems to me, it the echo that is messed up (or the pipe). Note that echo is actually echoing 000000 back to you instead of going through the pipe.

Also post your OS and version - I could not duplicate your problem on Solaris 2.6.
# 6  
Old 11-05-2004
It came out with the same output

$echo 000000 |/usr/bin/egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
000000

I also tried this which was interesting:

$echo 000000 |/usr/bin/egrep -v [0-1]
$echo 000000 |/usr/bin/egrep -v [0-1][0-9]
$echo 000000 |/usr/bin/egrep -v [0-1][0-9][0-5]
$echo 000000 |/usr/bin/egrep -v [0-1][0-9][0-5][0-9]
$echo 000000 |/usr/bin/egrep -v [0-1][0-9][0-5][0-9][0-5]
$echo 000000 |/usr/bin/egrep -v [0-1][0-9][0-5][0-9][0-5][0-9]
000000
$

Its bizarre. Smilie
# 7  
Old 11-05-2004
use the path when using the echo command instead of possibly using the shell's echo.

Also, I got mine to error with the same output by adding an extra [0-9] on the egrep.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Very strange output with casting

Hi All, I am having a strange issue. Below is the code snippet. If I print fraction * (double)::pow((double)10,scalingFactor) which is a double I am getting 154 when I type cast that to int as (int)( ((fraction) * ((double)::pow((double)10,scalingFactor)))) it is becoming 153. Not sure why... (0 Replies)
Discussion started by: arunkumar_mca
0 Replies

2. Shell Programming and Scripting

Strange behavior of grep

Hi All, I am facing a strange problem while grepping for a process. Here is the small script that i have written. It will look for any process running with the parameter passed to the script. If no process is running it should print appropriate message. $ cat t.ksh #!/bin/ksh set -x ... (9 Replies)
Discussion started by: veeresh_15
9 Replies

3. Shell Programming and Scripting

Echo's strange output

Hi, Kindly help me to understand the behavior or logic of the below shell command $ echo $!# echo $echo $ $ $ echo !$# echo $# 0 I am using GNU bash, version 3.2.25(1)-release (2 Replies)
Discussion started by: royalibrahim
2 Replies

4. Shell Programming and Scripting

Strange output from find

How can I prevent find from outputting the directory name /home/xxxxxxxx/Backup/.system (which isn't even "other writable"? I am trying to search for files that are "world writable" on a shared web host using the find statement, and I want to prevent find from creating an error (because the of... (4 Replies)
Discussion started by: nixie
4 Replies

5. UNIX for Advanced & Expert Users

strange output with du

Can someone please explain why I get two outputs with the du command? The first one gave me one. I also didn't ask for the second directory so why did it give that directory? $ du -h "/media/Part 1/Desktop/playlist" 775M /media/Part 1/Desktop/playlist $ du -h "/media/Part... (1 Reply)
Discussion started by: cokedude
1 Replies

6. Shell Programming and Scripting

Tcl:Very strange output!!

Hi, I using tcl script to perform certain conditions. Part of the results should have average . I couldn't figure out what 's the cause as the result of the average is Zero. Example of the case???? #!/usr/bin/tclsh set counter 500 set total 1000 puts "Total num: $total \n" puts ... (3 Replies)
Discussion started by: ENG_MOHD
3 Replies

7. Solaris

Strange df output on solaris 9

Hi all, After deleting some large log files on solaris 9 machine I can see strange df output shows below /dev/vx/dsk/rootvol 45G 16384E 50G 39879076698694% / I thought it will back to normal once I restart it but did not. I have seen in sunsolve article 6362734 that "Solaris 8... (0 Replies)
Discussion started by: rajashekar333
0 Replies

8. Solaris

Getting strange output of who -r command

Hi At OK> prompt, I have run the boot -s command After system is coming on to multiuser state, when I run the " who -r" command, I get the following message # who -r run-level Oct 17 03:48 last= Means I dont see "S" after run-level keyword. Could any one... (2 Replies)
Discussion started by: amity
2 Replies

9. Shell Programming and Scripting

Strange problem with grep

Hi All, I got strucked with some strange problem, I wrote a command for removing line which has '/' character . command is grep -v "^/" $filename > directory/outfile.txt. This command is working well at command prompt but when I put this command in a file file2.ksh and calling from... (2 Replies)
Discussion started by: krishna_gnv
2 Replies

10. Shell Programming and Scripting

strange output

I had a similar script in solaris and it had no problem. I wrote this one in freeBSD and it gave me strange output. Can anyone please tell me why? thanks a lot #!/bin/sh #This is a shell script that checks file system capacity mounted on /home directory #If file system is over 90% capacity,... (1 Reply)
Discussion started by: k2k
1 Replies
Login or Register to Ask a Question