Download delete files older than x hours linux
Title: delete files older than x hours linuxDоwnlоаds: 3428
By: turnkacham
Download speed: 15 Mb/s
Lаtеst Rеlеаsе: 3.09.2012
Size: 50.94 MB
Сompaction: Ехе

.
.
.
.
.
.
.
.
.
Hi, All, I'd like to delete files older than 1 day. I thought the following command find /your_directory -mtime +1-exec rm -f {} ; will do the work, but not so, it
I am looking for a way to delete all files older than 7 days in an MS-DOS batch file. I've searched around the web, and found some examples with hundreds of lines of
delete files older than x hours linux
RM Files by Datedelete file older than N days - The UNIX.
Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.
This script finds, logs and deletes files and folders older than x days. #/bin/bash. DIRS="/dir1/,/path/to/dir2/,/dir3/" LOG_FILE="path to log file"
bash - How to delete files older than X.

For SunOS 5.10 . Example 6 Selecting a File Using 24-hour Mode The descriptions of -atime, -ctime, and -mtime use the ter- minology n ``24-hour periods''.
How to Delete Files Older than ‘x’ Days.
Bash script to remove files older than 3.
Delete files older than X days. - The.
You can use find utility to delete files that are older than 'x' number of days. The find utility allows you to pass bunch of interesting arguments.
Linux Command to Delete Files