find -type f -name "*.xml" -exec grep -l 'searchtext' {} +
Use the above command to find all files (in this case xnl) containing specific text 'searchtext' on Linux
find -type f -name "*.xml" -exec grep -l 'searchtext' {} +
Use the above command to find all files (in this case xnl) containing specific text 'searchtext' on Linux
SELECT ba.attribute2 wed_adi_package_procedure_name FROM apps.bne_attributes ba, apps.bne_param_lists_b bplb, ap...