|
using find cmd to find certain files
i have a list of files below:
rwxrwxrwx 1 pipe pipe 180 Mar 4 22:47 del_0n_Date
-rwxrwxrwx 1 pipe pipe 472 Mar 4 22:58 mail_Check
-rw-r--r-- 1 pipe pipe 92 Mar 4 22:58 minfo.txt
-rwxrwxrwx 1 pipe pipe 609 Mar 5 05:12 Start_end_time
-rw-r--r-- 1 pipe pipe 7540 Mar 5 05:12 Report.txt
-rw-r--r-- 1 pipe pipe 1830 Mar 11 04:44 logs_delay.txt
-rwxrwxrwx 1 pipe pipe 1041 Mar 11 05:11 logs_updates
-rwxrwxrwx 1 pipe pipe 596 Mar 11 07:02 days_diff
-rw-r--r-- 1 pipe pipe 1535 Mar 11 07:29 FILE_INFO
-rw-r--r-- 1 pipe pipe 15192 Mar 18 04:55 core
-----------------------------------------------------------------------
how to find this files that all belong to march using find command.I mean i want to use find command to list all the files that are modified in Mar. I have some 1000 files.
|