search for: makebugreportdata

Displaying 1 result from an estimated 1 matches for "makebugreportdata".

2006 Sep 27
3
Bug in find command?
...3.0-ia32:core-3.0-noarch:graphics-3.0- ia32:graphics-3.0-noarch Distributor ID: CentOS Description: CentOS release 4.4 (Final) Release: 4.4 Codename: Final $ uname -a Linux wlmlfs08.homegroannetworking 2.6.9-42.0.2.EL #1 Tue Aug 22 23:56:05 CDT 2006 i686 athlon i386 GNU/Linux $ cat MakeBugReportData #!/bin/bash cd /usr/src rpm -q --file /usr/bin/find find . | grep -i '\.cmd$' >/tmp/FilesGreppedDotCmd find . | grep -i '\.c$' >/tmp/FilesGreppedDotC find . -iname '*.cmd' >/tmp/FilesFoundDotCmd find . -iname '*.c' >/tmp/FilesFoundDotC wc -l /tmp/FilesGre...