thx for your help.
to modify the command to show all files the will be older than 100 days, but not older than 200 days i would use the following command.
is it ok?
find <log directory> -mtime +<\>100\<200> -exec ls -la {} \;
greets
daniel
hello,
i need help with scripting @hp-ux 10.20 .
following problem:
a log-file directory has over 7000 files. i want to write a script the will delete the files. the problem is, not all files should be deleted. whats the syntax to delete the files until a specified date e.g. 31.12.2004
can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.