+ Reply to Thread
Results 1 to 2 of 2

Thread: Find all files

  1. #1
    xadmin Guest

    Find all files

    Find all java source files in some particular directory.

  2. #2
    TopGun Guest

    Re: Find all files

    Code:
     find /path/to/dir1 /path/to/dir2 -name "*.java" -type f

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Find files and do some action
    By TopGun in forum Unix/Linux utility
    Replies: 0
    Last Post: 1st September 2009, 17:19
  2. Find files that contain certain texts
    By TopGun in forum Unix/Linux utility
    Replies: 0
    Last Post: 1st September 2009, 17:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts