Operating System - HP-UX
1829444 Members
1323 Online
109992 Solutions
New Discussion

why does this bus error & core dump?

 
Roland Rebstock_1
Frequent Advisor

why does this bus error & core dump?

find ./200206*bklg_on/ogor/4030 -name "*.EDI" -exec grep -ls X0419 * {} \; Bus error(coredump)
1 REPLY 1
Sundar_7
Honored Contributor

Re: why does this bus error & core dump?

are you trying to grep or are you trying to list ?

If grep

find ./200206*bklg_on/ogor/4030 -name "*.EDI" -exec grep X0419 {} \;

No "*" needed.
Learn What to do ,How to do and more importantly When to do ?