The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
shell script to find and replace string in multiple files pharos467 Shell Programming and Scripting 10 05-20-2008 08:39 AM
Shell script to find out 2 last modified files in a folder..PLZ HELP!!!!!!!!! anju Shell Programming and Scripting 3 01-31-2008 10:47 PM
Find and Replace in multiple files (Shell script) jatins_s Shell Programming and Scripting 13 11-05-2007 11:11 AM
shell script to find files by date and size dadadc UNIX for Dummies Questions & Answers 1 10-20-2007 02:18 AM
shell script to find zero byte files ramky79 Filesystems, Disks and Memory 2 09-14-2006 09:12 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 10-21-2005
Registered User
 

Join Date: Oct 2005
Posts: 3
Question shell script to find files

I have a directory which contains files with different kinds of extensions .everyday a file with .log gets added to it .i want to extract the file with .log extension which is created with todays date .

thanks in advance
Reply With Quote
Forum Sponsor
  #2  
Old 10-21-2005
Registered User
 

Join Date: Feb 2005
Location: Limassol, Cyprus
Posts: 3
I hope the below command will help you

ls | grep -e "`date "+%Y%m%d"`" | grep ".log"

If the date (in format YYYYMMDD) is not part of the log file then,

find . -mtime -1 -name "*.log"
Reply With Quote
  #3  
Old 10-21-2005
Registered User
 

Join Date: Oct 2005
Posts: 3
thanks for the reply vijay
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 06:02 AM.


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