ค้นหาไฟล์ด้วยคำสั่ง find

RSS Feed

มาจดโน้ตย่อๆ ไว้นะครับ ถ้าใครต้องการใช้คอมมานด์ค้นหาไฟล์ test.php ในไดเร็กทอรี่ปัจจุบัน รวมถึงไดเร็กทอรี่ย่อยด้วย ให้พิมพ์คำสั่ง

find . -name test.php

แต่ถ้าต้องการค้นหาโดยกำหนดไดเร็กทอรี่เอง เช่น /home รวมถึงต้องการใส่เงื่อนไขเป็น .php ให้ใช้คำสั่ง

find /home -name *.php

อยากดูข้อมูลเพิ่มเติมเกี่ยวกับคำสั่งนี้ ลองดูด้วยคำสั่ง man

man find

แอบอู้งานมาเขียนสักหน่อยนะครับ :D

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <br> <cite> <code> <dd> <div> <dl> <dt> <em> <img> <li> <ol> <p> <span> <strong> <ul>
    Allowed Style properties: color, font, font-family, font-size, font-style, font-weight, text-align
  • You can enable syntax highlighting of source code with the following tags: <blockquote>, <code>, <pre>, <apache>, <bash>, <c>, <cpp>, <css>, <drupal5>, <drupal6>, <html>, <java>, <javascript>, <mysql>, <php>, <python>, <ruby>, <smarty>. The supported tag styles are: <foo>, [foo].
  • Image links with 'rel="lightbox"' in the <a> tag will appear in a Lightbox when clicked on.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.