bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in grep 2.5.1


From: Dasarath Weeratunge
Subject: bug in grep 2.5.1
Date: 23 Oct 2003 17:52:25 +0600

address@hidden:~$ tail -3 /etc/passwd | grep -o '^[^:]*:'
sshd:
x:
101:
65534:
:
/var/run/sshd:
dasaru:
x:
1000:
100:
:
/home/dasaru:
telnetd:
x:
102:
102:
:
/usr/lib/telnetd:
address@hidden:~$ tail -3 /etc/passwd | grep -o ':[^:]*$'
:/bin/false
:/bin/bash
:/bin/false
address@hidden:~$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]