Search files with today date and files come anytime in between 10 pm to 1 am


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Search files with today date and files come anytime in between 10 pm to 1 am
# 1  
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..
# 2  
Old 10-24-2013
If you want a mail when delivery is done then the most logical is to get the program that load the files in your directory to send the mail...
The lowest time schedule under cron is a minute, you want a program to run from 22:00 to 01:00 next day every minute? ( 180 times?)
# 3  
Old 10-24-2013
may u please elaborate it, appreciate ur help as i need to make script for my new project.
# 4  
Old 10-24-2013
Search file with today date in given directory

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 with fixed format of filename [batm53_20131017_BARC5300001*20131017*0000000200004233.221341696408].I bold it date in filename . i have listed directory content which shows file name. please help me on making the script, whenever file comes in directory between 10pm to 1 am, it send mail to me.

Code:
ls -lrt | tail
  -rw-rw----    1 aibarkr2 aibark     37397479 Oct 17 22:14 bat053_20131017_BARC5300001201310170000000200004233.221341696408
  -rw-rw----    1 aibarkr2 aibark    620963845 Oct 17 22:56 bat053_20131017_BARC5300001201310170000000100193868.225022664298
  -rw-rw----    1 aibarkr2 aibark      6105620 Oct 19 00:33 bat053_20131019_BARC5300001201310180000000200008798.003410428376
  -rw-rw----    1 aibarkr2 aibark    714987170 Oct 19 01:14 bat053_20131019_BARC5300001201310180000000100179608.011058444311
  -rw-rw----    1 aibarkr2 aibark      1513941 Oct 21 22:20 bat053_20131021_BARC5300001201310210000000200001064.222345400253
  -rw-rw----    1 aibarkr2 aibark    761353431 Oct 21 23:07 bat053_20131021_BARC5300001201310210000000100179307.230054883420
  -rw-rw----    1 aibarkr2 aibark      3488099 Oct 22 22:27 bat053_20131022_BARC5300001201310220000000200002859.222646691462
  -rw-rw----    1 aibarkr2 aibark    662128252 Oct 22 23:05 bat053_20131022_BARC5300001201310220000000100174007.230205970923
  -rw-rw----    1 aibarkr2 aibark      2143648 Oct 23 22:20 bat053_20131023_BARC5300001201310230000000200001998.221908402825
  -rw-rw----    1 aibarkr2 aibark    685618156 Oct 23 22:50 bat053_20131023_BARC5300001201310230000000100177828.225444925615

Moderator's Comments:
Mod Comment As required by forum rules; PLEASE use CODE tags (not font changes) to display sample input, output, and code specimens.

Last edited by pallvi_mahajan; 10-24-2013 at 08:36 PM..
# 5  
Old 10-25-2013
So, what have you tried so far? You will also need to tell us what you are using:-
  • Operating System
  • Version
  • Shell
.... and any tools you have a preference for and anything else relevant.

How do you want the file to appear in the email? Is this plain text to use in the body of the email, or are these to be attachments?


There's not really a lot to go on here and you need to make an effort to get us interested in a problem rather than just hoping for a bit of free code without any thought yourself.



Robin
# 6  
Old 10-25-2013
File searching

i want to automate one task in unix and make one script.

There is directory in which everyday 2 files comes and that files come anytime in between 10 pm to 1 am.

file name is batm53_20131025_BARC5300001201310240000000200004233.221341696408

If u see filename has 3 part

1) batm53 which is constant
2) date when file arrive in directory
3) this part is BARC5300001201310170000000200004233.221341696408 in which BAR5300001 is constant and then after date of file . suppose today is 24th oct and file come after 1 am then second part of file name shows 25th oct but in third part after BAR5300001 it shows 24th oct date ( 20131024)

i am facing issue in this scenario

if file comes in between 10 pm to 12 am then i can make script easy with help of find command but i am facing issue in making that part how i can check if file comes after 12 am bceasue that file should be previous date and after 12 am date should change.
# 7  
Old 10-25-2013
Please top spamming different forums with the same questions. It will not get you an answer any faster, and it will confuse people who would be willing to help.

Thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question