Sponsored Content
Top Forums Shell Programming and Scripting Search files with today date and files come anytime in between 10 pm to 1 am Post 302867477 by pallvi_mahajan on Thursday 24th of October 2013 09:29:19 AM
Old 10-24-2013
Search files with today date and files come anytime in between 10 pm to 1 am

Hi,

i want to make script. In a directory everyday( exclude sat and sun) in between 10 pm to 1 am there are 2 files comes and when file comes it will mail us. Format for files is mentioned below.
please help me on making this, and also have year end consider and if files come after 12 am it shows date of previous in filename.
Code:
ls -lrt | tail  -rw-rw----    1 aibarkr2 aibark     37397479 Oct 17 22:14 batm53_20131017_BARC5300001201310170000000200004233.221341696408
  -rw-rw----    1 aibarkr2 aibark    620963845 Oct 17 22:56 batm53_20131017_BARC5300001201310170000000100193868.225022664298
  -rw-rw----    1 aibarkr2 aibark      6105620 Oct 19 00:33 batm53_20131019_BARC5300001201310180000000200008798.003410428376
  -rw-rw----    1 aibarkr2 aibark    714987170 Oct 19 01:14 batm53_20131019_BARC5300001201310180000000100179608.011058444311
  -rw-rw----    1 aibarkr2 aibark      1513941 Oct 21 22:20 batm53_20131021_BARC5300001201310210000000200001064.222345400253
  -rw-rw----    1 aibarkr2 aibark    761353431 Oct 21 23:07 batm53_20131021_BARC5300001201310210000000100179307.230054883420
  -rw-rw----    1 aibarkr2 aibark      3488099 Oct 22 22:27 batm053_20131022_BARC5300001201310220000000200002859.222646691462
  -rw-rw----    1 aibarkr2 aibark    662128252 Oct 22 23:05 batm53_20131022_BARC5300001201310220000000100174007.230205970923
  -rw-rw----    1 aibarkr2 aibark      2143648 Oct 23 22:20 batm53_20131023_BARC5300001201310230000000200001998.221908402825
  -rw-rw----    1 aibarkr2 aibark    685618156 Oct 23 22:50 batm53_20131023_BARC5300001201310230000000100177828.225444925615

Moderator's Comments:
Mod Comment Please use next time code tags for your code and data, thank you

Last edited by vbe; 10-24-2013 at 10:40 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sort files by date, not showing files from today

Hi all, i'm new here in this forum. I really like the helpful answers in this forum. Here a short question. For a script i have to sort files by date and exclude the files of the actual date. Sorting the files by date and preparing the output for awk is done by this line: ls -l... (3 Replies)
Discussion started by: carlosdivega
3 Replies

2. Shell Programming and Scripting

Script to copy log files with today's date

I am a newbie to scripting. I need a korn shell script to copy log files of current day to archive folder and rename with current days date stamp. I would really appreciate your help. File structure is as follows. Everyday files get overwritten, so I need copy to a archive directory and... (3 Replies)
Discussion started by: mdncan
3 Replies

3. Shell Programming and Scripting

Search files between a date range

Hi people A newbie here, thrown into the deep end. I want to select the group of files with in a range of dates and perform some operation on it. Are there inbuild date libraries i can use? I did read thru the old posts on this topic. Couldnt get much idea :(, basically want to know how I... (7 Replies)
Discussion started by: zcanji
7 Replies

4. Shell Programming and Scripting

script to search context from 2 files based on date and name

Please Close thread- Thank You. (1 Reply)
Discussion started by: ezmethod
1 Replies

5. Shell Programming and Scripting

Search for files on a particular date

I have list of files generated on 2 dates which are shown below: -rw-r----- 1 bobby ccsdba 580945 Aug 16 16:13 file 1 -rw-r----- 1 bobby ccsdba 580945 Aug 16 16:16 file 2 -rwxrwxr-x 1 Shaan ccsdba 4422724 Aug 16 16:28 file 3 -rwxrwxr-x 1 bobby ccsdba 794 ... (1 Reply)
Discussion started by: bobby1015
1 Replies

6. Debian

Search files that start with current date

hi all, i need to find same files in my directory that looks like this format 20121017145949639.xml (YYYYMMDD*.xml) thanks for help (3 Replies)
Discussion started by: merouan
3 Replies

7. Shell Programming and Scripting

Shell Scripting: Copy Files with Today's date

I was wondering the best way about finding files that were created today and copy them to a directory (grep ?). There can be multiple files for todays date or none. I am looking to copy all of the .lis files for todays date. I may need to modify the filename to include todays date but for the... (4 Replies)
Discussion started by: smkremer
4 Replies

8. Shell Programming and Scripting

Move all files except sys date (today) files in Solaris 10

I want to move all files from one directory to another directory excluding today (sysdate files) on daily basis. file name is in pattern file_2013031801, file_2013031802 etc (2 Replies)
Discussion started by: khattak
2 Replies

9. Shell Programming and Scripting

Search pattern in today's files only

Hi Friends, I am in search of unix command which can search a particular pattern in all files which are created/modified today ONLY. Which is the best way to achieve this? Thanks in advance. (1 Reply)
Discussion started by: Nakul_sh
1 Replies

10. UNIX for Beginners Questions & Answers

Search files between date ranges - Ctime usage

Hello, I am a noob and need some help. I am trying to find files created between a date range. For Example: These are files in directory. -rw-r--r-- 1 user staff 6 May 8 09:43 file1.txt -rw-r--r-- 1 user staff 6 May 8 09:43 file2.txt -rw-r--r-- 1 user... (8 Replies)
Discussion started by: r@v!7*7@
8 Replies
All times are GMT -4. The time now is 08:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy