[BusyBox 0001080]: ls /dir/files* | grep -v k --- where k is not present on any file, it dosent report
bugs at busybox.net
bugs at busybox.net
Fri Nov 3 13:27:02 PST 2006
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1080
======================================================================
Reported By: aldleonm
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1080
Category: Standards Compliance
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-03-2006 13:27 PST
Last Modified: 11-03-2006 13:27 PST
======================================================================
Summary: ls /dir/files* | grep -v k --- where k is not
present on any file, it dosent report
Description:
Was using 1.2.1 .. no problems of that kind.
Upgraded to 1.2.2, also tried 1.2.2.1 ... the same error
# ls /dir/
file.a
file.b
file.c
# ls /dir/file.*|grep -v k
#
NOTHING !!
------------
I think is 'ls' that is somewhat broken.
------------
( inside a normal unix )
# ./busybox ls
file1 file2 file3 filea fileb
# ./busybox ls | wc -c
0
# ./busybox ls | ./busybox wc -c
0
#
the same, nothing
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-03-06 13:27 aldleonm New Issue
11-03-06 13:27 aldleonm Status new => assigned
11-03-06 13:27 aldleonm Assigned To => BusyBox
11-03-06 13:27 aldleonm File Added: config-1.2.2.1
======================================================================
More information about the busybox-cvs
mailing list