How to delete unix files which are more than 3 days old?
Answer / Kuldeep Pal
To delete Unix files that are older than 3 days, you can use the 'find' command: `find /path/to/directory -type f -mtime +3 -exec rm {} ;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the best monitoring tools for the sybase database?
How do I remove duplicate rows from a table in sybase?
What is this tds protocol in sybase?
How to fix a munged log in sybase?
How do I open sybase control center?
Tempdb is full. How would you clear it?
You need to add a notnull column in a table by using alter command (without using default command). How would you do that?
What is cis and how can I use it?
What is the role of replication server in sybase?
How can I improve throughput in sybase?
How do I turn off marked suspect on my database in sybase?
What is replication server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)