![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find command from a shell script | kodermanna | UNIX for Advanced & Expert Users | 6 | 01-28-2008 06:37 AM |
| Shell script to Find file size | ragsnovel | Shell Programming and Scripting | 1 | 08-10-2007 10:01 AM |
| Can anyone find a bug in this code?? shell script | amon | Shell Programming and Scripting | 1 | 09-19-2006 02:11 AM |
| NEWBIE: If and Find in shell script | meskue | Shell Programming and Scripting | 1 | 06-30-2006 01:28 AM |
| shell script to find files | naren_samba2005 | Shell Programming and Scripting | 2 | 10-21-2005 05:06 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
c shell script help with find
Okie here is my problem,
1. I have a directory with a ton of files. 2. I want to first get an input on how many days ago the files were created. 3. I will take those files and put it into another file 4. Then I will take the last # from each line and subtract by 1 then diff the line from the file from the line that was subtracted. I was thinking of first using ex: "find . -name '*file_num_*' -print > latestfiles" then i am unsure of where to go from there. is there a flag on find that will let me take the files created within a date range of certain number of days ago? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|