Sponsored Content
Top Forums Shell Programming and Scripting Deleting the contents of a folder older than X hours Post 302296533 by rmoncello on Wednesday 11th of March 2009 09:06:45 AM
Old 03-11-2009
Try adding the -depth option:

Code:
[rick data]$ pwd
/path/to/traveldata/data
[rick data]$ ll
total 12
drwxrwxr-x 2 rick rick 4096 2009-03-11 08:00 2009-03-09
drwxrwxr-x 2 rick rick 4096 2009-03-11 08:00 2009-03-10
drwxrwxr-x 2 rick rick 4096 2009-03-11 08:00 2009-03-11
[rick data]$ cd
[rick ~]$ find /path/to/traveldata/data -depth ! -name data -type d -ctime 0 -exec /bin/rm -Rf "{}" \;
[rick ~]$ cd -
/path/to/traveldata/data
[rick data]$ ls -la
total 8
drwxrwxr-x 2 rick rick 4096 2009-03-11 08:00 .
drwxrwxr-x 3 rick rick 4096 2009-03-11 07:53 ..
[rick data]$

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Finding files older than 2 hours

I want to write a sh script that will find files older than 2 hours and tar them. I've had a look at the find man page but can't see how to do it by hours. Help please. Thanx (1 Reply)
Discussion started by: ianf
1 Replies

2. UNIX for Dummies Questions & Answers

Finding only those files older than 2 hours

I need to write a program that will only remove those files that are older than 2 hours. Is there some variation of find . -mtime ? -name '*' that I can use? Thanks as always for your help. Regards, Dave :) (2 Replies)
Discussion started by: mh53j_fe
2 Replies

3. Shell Programming and Scripting

removing files after 6 hours or older

What is the command to remove files that are generated 6 hours or older? The find and remove tells only how to remove if the file is one day old or more. Appreciate quick reply. Thanks (3 Replies)
Discussion started by: gthokala
3 Replies

4. Solaris

Deleting Files Older than 24 hours

Hi, I am using Solaris Box, I need to delete file(cookies.html) from the path(/usr/temp) which are older than 24 hours(I want in hours, not in days) Can u provide the command for the above query (7 Replies)
Discussion started by: mazhar803
7 Replies

5. AIX

how to find files older than 2 hours

I need help to find files in a directory that are older than 2 hours. Any help would be great. (3 Replies)
Discussion started by: pt14
3 Replies

6. Shell Programming and Scripting

Find files older than 8 hours

I need a script to find files older than 8 hours... I know i can use mmin but the same is not working...the same only support mtime... This is the script i created..but the same is only giving 1 hour old..as I have given dt_H as 1 only...but if i give 8..it can go in -(negative)..how to get the... (5 Replies)
Discussion started by: cotton
5 Replies

7. Shell Programming and Scripting

Deleting files older than 6 hours

Hi All, I am using the below script to find all the files in a folder which are older than 6 hours and delete all those files, but some how I am not getting the required output. find $HOME/Log -type f -name "*.log" -amin +360 -exec rm *.* {} \ can any one please check and let me know... (13 Replies)
Discussion started by: subhasri_2020
13 Replies

8. Shell Programming and Scripting

files older than few hours

Hi All I need to know the command which can be used to list the files which are 3 hours old so that it can be deleted. (3 Replies)
Discussion started by: mskalyani9
3 Replies

9. Shell Programming and Scripting

Deleting Files Older than 1 hours.

How to Deleting Files Older than 1 hours. Base on SunOS. this file gen every 1 min. -rw-r--r-- 1 nobody nobody 4960 Jan 27 02:02 23_201301270201.log -rw-r--r-- 1 nobody amudu 2325 Jan 27 02:03 33_201301270202.log -rw-r--r-- 1 nobody amudu 3255 Jan 27 02:03... (2 Replies)
Discussion started by: ooilinlove
2 Replies

10. Shell Programming and Scripting

Folder contents getting appended as strings while redirecting file contents to a variable

Hi one of the output of the command is as below # sed -n "/CCM-ResourceHealthCheck:/,/---------/{/CCM-ResourceHealthCheck:/d;/---------/d;p;}" Automation.OutputZ$zoneCounter | sed 's/$/<br>/' Resource List : <br> *************************** 1. row ***************************<br> ... (2 Replies)
Discussion started by: vivek d r
2 Replies
sane-coolscan(5)					   SANE Scanner Access Now Easy 					  sane-coolscan(5)

NAME
sane-coolscan - SANE backend for Nikon film-scanners ABOUT THIS FILE
This file is a short description of the coolscan-backend for sane! DESCRIPTION
The sane-coolscan library implements a SANE backend that provides the interface to the following Nikon Coolscan Film scanners: Nikon LS20, LS30, LS1000, LS2000. Even though the backend has worked for a number of people, there are still some problems, especially in combination with some SCSI card/drivers (AHA-1505/aha152x.o) and the autofocus command. You should consider this backend 'alpha' and be careful when using it the first time. CONFIGURATION
The configuration file for this backend resides in /etc/sane.d/coolscan.conf. Its contents is a list of device names that correspond to Nikon Coolscan scanners. Empty lines and lines starting with a hash mark (#) are ignored. A sample configuration file is shown below: #scsi Vendor Model Type scsi Nikon * Scanner /dev/scanner The special device name must be a generic SCSI device or a symlink to such a device. To find out to which device your scanner is assigned and how you have to set the permissions of that device, have a look at sane-scsi. SCSI ADAPTER TIPS
Some SCSI-adapters and low-level SCSI drivers do not work correctly with this backend and the Coolscan scanners. These systems hang when the autofocus command is send to the Scanner. To see a list of which card/driver combinations work or dont work have a look at: http://andreas.rick.free.fr/sane/autofocus.html. FILES
The backend configuration file: /etc/sane.d/coolscan.conf The static library implementing this backend: /usr/lib64/sane/libsane-coolscan.a The shared library implementing this backend: /usr/lib64/sane/libsane-coolscan.so (present on systems that support dynamic loading) ENVIRONMENT
SANE_DEBUG_COOLSCAN If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller levels reduce verbosity: SANE_DEBUG_COOLSCAN values Examples: on bash: export SANE_DEBUG_COOLSCAN=8 on csh: setenv SANE_DEBUG_COOLSCAN 8 BUGS
The autofocus command does not work with some SCSI card/driver combinations The gamma table is not implemented for the LS1000 yet. The dust-removal is not working yet SEE ALSO
http://andreas.rick.free.fr/sane/ The homepage of this backend http://www.sema.be/coolscan/ The original version of the coolscan backend by Didier sane(7), sane-scsi(5) THANKS TO
Didier Carlier - For writing the original Coolscan backend (without it I would not have started this) Oliver Rauch - For adapting xsane so quickly to the infrared stuff. All the other people working on SANE. AUTHOR
Andreas Rick EMAIL-CONTACT andreas.rick@free.fr 13 Jul 2008 sane-coolscan(5)
All times are GMT -4. The time now is 09:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy