1
यह फ़ाइल 'शो' क्यों नहीं मिलती है?
एक का उपयोग findकरके grep, एक पैटर्न से मेल खाने वाली फ़ाइलों का पता लगा सकते हैं: # find | grep error ./solr-modifiedSolr4/SolrPhpClient/phpdocs/errors.html ./error_log ./includes/classes/error_log हालाँकि, findअकेले पहली फ़ाइल का उपयोग नहीं किया गया है: # find . -name error* ./error_log ./includes/classes/error_log जब उपयोग नहीं किया जाता है तो फ़ाइल …