The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to list files that were added or modified on a certain date? thoughts UNIX for Dummies Questions & Answers 8 02-19-2008 10:44 PM
Create a list of files that were modified after a given date. rkka UNIX for Dummies Questions & Answers 4 01-22-2008 02:12 AM
Finding list of modified files for a particular time duration sanajyg_mnit SUN Solaris 2 02-13-2007 12:48 AM
List Files & Folders created/modified tipsy Shell Programming and Scripting 2 10-24-2006 10:22 AM
list last 10 days modified files arunkumar_mca UNIX for Dummies Questions & Answers 1 10-12-2006 01:09 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 05-25-2007
Registered User
 

Join Date: May 2007
Posts: 1
list exe files modified before certain dates

Can you please tell me how I can list all EXE files in a dir and Subdir which where modified say before 01/01/2006
Reply With Quote
Forum Sponsor
  #2  
Old 05-25-2007
Technorati Master
 

Join Date: Mar 2005
Location: Large scale systems...
Posts: 2,610
man find

with atime
Reply With Quote
  #3  
Old 05-25-2007
praveenkumar_l's Avatar
Registered User
 

Join Date: May 2007
Posts: 36
touch -t 200601010000 search

find . -type f ! -newer search -exec file {} \; | grep "executable"
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:06 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0