Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: deleting files older than 2 days

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: deleting files older than 2 days

Product Search Results


Results 1 - 25 of 5601

[higher confidence] - higher confidence, [lower confidence] - lower confidence

deleting files older than 2 days
    Summary: Hi, I want to delete files which had been created 2 days ago having names like: er_n5412_output_yyyymmdd.csv.processd from the directory /opt/apps/cc...

Delete Files Older Than 2 Weeks
    Summary: Hi, I am trying to delete log files older than a certain date using a Korn shell script. The best suggestion I've found (on this board) is to calculat...

Rename files older than 2 days
    Summary: I am new to shell scripting. The requirement is as follows: At the beginning of the script, check file creation date. If it's more than 2 days old, re...

How to find file older than 4 hours
    Summary: Hi, I have to move files older than 4 hours from a directory to another. How to find these file ? The find command with -mtime can't be applied becaus...

Need some help with a unix problem
    Summary: Hi, try: #!/bin/ksh # first step is delete files older than 10 day's find /tmp -type f -mtime -11 -exec rm -f {} \; # Next step files older than 5 da...

need help with auto file delete
    Summary: I have a ftp site, where I am using the following CRON scheduled script to delete all files in sub-directories that are older than 14 days. It works f...

renaming files based on date arguments
    Summary: @echo off ------------------------- :: Description: Deletes files older than a specified number of days :: ++ attributes not set :: :: Author...

List files newer than 10 days
    Summary: Hi all, I manage to list files in long listing by time last modified and starting with 'N": ls -lt |grep N Can I know how to list files that are ne...

delete files in specific directory
    Summary: i have a directory "ABC" with lots of old files and sub directories in it. the issue now is i want to delete away files which are older than 15 days i...

Delete old files using Korn shell
    Summary: I need a script for the following criteria. I need to delete files older than the date I am passing in the arguments. E.g: Here are the file names in ...

Delete Directories based on mtime
    Summary: Hi, I want to delete directories owned by ID1 if they are older than 2 days and also delete directories owned by rest of the ID's in the same directo...

Display date of three days ago
    Summary: I am using HP-UNIX system. I am trying to keep only three days log files in my system, log files older than three days will deleted by a script, now w...

find files in current dir ONLY
    Summary: Hi, I need to pick up files older than 5 days and then do something (move them, actually). This works fine with the find command. However i do NOT wan...

Files older than 20 mins...
    Summary: I think I am facing similar problem on NT. I would like to automatically cleanup all *.txt files older then .... . Any help will be very much apprecia...

file removing
    Summary: Cristian, The find command is typically used for that, being able to find a list of files or directories qualified by a large combination of qualifier...

How to kill processes older than x
    Summary: I need to write a script to kill user-processes from "ps -ef"-list older than x days. Thanks in advance. ...

Sorted Find
    Summary: I would use find to get the list of files older than 2 minutes by aging a comparison file.  There is a startup penalty while the script waits for the ...

Can someone help wid KSH script err
    Summary: Hi All: I am a newbie for ksh scripting.My code doesn't work. Can someone help? I am trying to automate the process of file read from a directory. The...

finding files N days or older
    Summary: use the find commad: find /dir -type f -mtime +30 the option -type f will show you only normal files. the option -mtime +30 will show you files which ...

Tar old files
    Summary: Hi All, Could someone tell me whats wrong with this script? The script should read a file(the file contains path of files to archive),and then tar the...

Writing batch script to delete files
    Summary: Hello I need to write a simple batch script to delete all the files in a particular directory which are older than 24 hours. Sound simple, but to a n...

Desparate for help in a script
    Summary: a) check the existance of files in /tmp, not necessary when using the 'find' command. If no files meet your removal or email notification criteria, n...

Comparing time/date of a file...
    Summary: Hi, I too am a 'newbie' at scripting. This is a problem that I have been stuck on for a while. I have a script that is creating files from another...

Read files
    Summary: Hi All, Basically,I intend to purge files older than say 7days and archive some useful files.The point is,I intend to create two separate files contai...

How do i recover a deleted file in unix?
    Summary: Dear Friend , There is no possibility of regetting the deleted files.The best solution is we can change the functionality of rm to another command. ...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: deleting files older than 2 days

Ads by Google